| Summary Item | Total | Failed |
|---|---|---|
| Requests | 77 | 0 |
| Prerequest Scripts | 20 | 0 |
| Test Scripts | 51 | 0 |
| Assertions | 1123 | 49 |
| Skipped Tests | 0 | - |
expected 516 to be below 200
expected 500 to equal 401
expected 'Internal Server Error' to equal 'Unauthorized'
expected 500 to equal 400
expected 'Internal Server Error' to equal 'Bad Request'
expected 'Invalid request' to equal 'Bad Request'
expected 250 to be below 150
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected 263 to be at most 150
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 265 to be at most 200
expected response to have status code 403 but got 500
expected response to have status reason 'Forbidden' but got 'Internal Server Error'
expected response to have status code 403 but got 200
expected response to have status reason 'Forbidden' but got 'OK'
expected 285 to be below 200
expected response to have status code 403 but got 500
expected 282 to be below 200
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 500
expected response to have status code 400 but got 200
expected 625 to be below 350
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected response to have status code 403 but got 200
expected { message: 'Success', data: [] } to not have property 'message'
expected 263 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 500
expected response to have status code 400 but got 500
expected 267 to be below 200
expected response to have status code 403 but got 500
expected response to have status code 403 but got 200
expected 'Success' to deeply equal 'No record found'
expected response to have status code 400 but got 200
expected 'Success' to deeply equal 'Invalid job number format'
expected response to have status code 405 but got 404
expected 250 to be below 200
expected response to have status code 401 but got 500
expected response to have status code 400 but got 500
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8134e323-5772-4e0f-9c34-13b82dcca406 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-g3XREr35Fu0H89ruvB3IAapsjpg" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:03 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify status code is 200 | 1 | 0 | 0 |
| Verify status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Success' | 1 | 0 | 0 |
| Verify token is present in the response | 1 | 0 | 0 |
| Verify token is valid | 1 | 0 | 0 |
| Verify response body matches expected schema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 19d1d1fc-aa6b-4c9d-be38-ca07b3ed5ca7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 65 |
{
"username": "Ena48",
"password": "BmdPRNFDIDKZLE2"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Invalid credentials should return 401 | 0 | 1 | 0 |
| Invalid credentials should return 'Unauthorized' | 0 | 1 | 0 |
| Invalid credentials should return the correct error message | 1 | 0 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 2 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Invalid credentials should return 401 | |
| Invalid credentials should return 'Unauthorized' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4a5bf692-d895-4f27-be52-60d1cecb691b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Blank Username and Password should return status code 400 | 0 | 1 | 0 |
| Blank Username and Password should return status message 'Bad Request' | 0 | 1 | 0 |
| Proper error message should be shown for blank credentials | 0 | 1 | 0 |
| Response body should match the schema | 1 | 0 | 0 |
| Total | 1 | 3 | 0 |
| Test Name | Assertion Error |
|---|---|
| Blank Username and Password should return status code 400 | |
| Blank Username and Password should return status message 'Bad Request' | |
| Proper error message should be shown for blank credentials | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 32b73c5f-2dc4-4505-8a41-c5ba3855fe29 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:04 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status is 'OK' | 1 | 0 | 0 |
| Check response time is less than 150ms | 0 | 1 | 0 |
| Validate JSON Schema | 1 | 0 | 0 |
| User details should be present in the response | 1 | 0 | 0 |
| Role name should be 'FrontDesk' | 1 | 0 | 0 |
| Service location should be 'Service Center A' | 1 | 0 | 0 |
| Total | 6 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Check response time is less than 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | be84dbaa-ae09-4285-a1f7-59acb692a743 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Response mustn't include sensitive information | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response mustn't include sensitive information | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4e95aafa-8dbd-4031-8b29-efc16c004fd6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 401 | 1 | 0 | 0 |
| Status message is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b4314b9a-e667-4a0d-9402-508f72e48af2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 556c8c1f-0ea8-49a0-a127-846a855dacfc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:05 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 403 | 0 | 1 | 0 |
| Status message is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Status code is 403 | |
| Status message is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ddf7662d-c68c-47b8-94aa-1388c623c09e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-xemrzUrWLDJDCWiBabsNFFWoonM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":457},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code is 200 | 1 | 0 | 0 |
| Status message is 'OK' | 1 | 0 | 0 |
| Verify json schema | 1 | 0 | 0 |
| Verify message key contains 'Success' | 1 | 0 | 0 |
| Verify response time < 150ms | 0 | 1 | 0 |
| Data array length is 3 | 1 | 0 | 0 |
| Verify keys | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for delivery is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Created today is of number type | 1 | 0 | 0 |
| Verify the type of the data stored in the count under Pending for FST assignment is of number type | 1 | 0 | 0 |
| Total | 9 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time < 150ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b42b15ee-8d01-4819-9b60-41f73f0fb193 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing token returns status code 401 | 1 | 0 | 0 |
| Verify Missing token returns status message 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | _a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cV |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1e811fae-2321-4d54-8885-2f56fe71bf82 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 67 |
| ETag | W/"43-fNb/yQ25ZD+D6U573+3aCF3IDQU" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt malformed","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns status code 403 | 0 | 1 | 0 |
| Verify Invalid token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns status code 403 | |
| Verify Invalid token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-p3Y6ENriZicax/dm+Qi/S6wemy8"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9efb634f-a57a-46be-a824-bcaf3965e89a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-xemrzUrWLDJDCWiBabsNFFWoonM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:06 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":457},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired token returns status code 403 | 0 | 1 | 0 |
| Verify Expired token returns status message 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired token returns status code 403 | |
| Verify Expired token returns status message 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e846c7ad-d3d0-49da-9b96-b7fe60145f22 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status Code is 200 | 1 | 0 | 0 |
| Verify Status message is 'OK' | 1 | 0 | 0 |
| Verify Response time under 200 ms | 0 | 1 | 0 |
| Verify message key contains 'success' | 1 | 0 | 0 |
| Verify response schema matches expected schema | 1 | 0 | 0 |
| Verify json response contains key: mst_oem | 1 | 0 | 0 |
| Verify json response contains key: mst_model | 1 | 0 | 0 |
| Verify json response contains key: mst_action_status | 1 | 0 | 0 |
| Verify json response contains key: mst_warrenty_status | 1 | 0 | 0 |
| Verify json response contains key: mst_platform | 1 | 0 | 0 |
| Verify json response contains key: mst_product | 1 | 0 | 0 |
| Verify json response contains key: mst_role | 1 | 0 | 0 |
| Verify json response contains key: mst_service_location | 1 | 0 | 0 |
| Verify json response contains key: mst_problem | 1 | 0 | 0 |
| Verify json response contains key: map_fst_pincode | 1 | 0 | 0 |
| Verify key- mst_oem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_model , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_action_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_warrenty_status , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_platform , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_product , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_role , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_service_location , returns a non-empty array | 1 | 0 | 0 |
| Verify key- mst_problem , returns a non-empty array | 1 | 0 | 0 |
| Verify key- map_fst_pincode , returns a non-empty array | 1 | 0 | 0 |
| Total | 24 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fda0ebbf-d1bf-42e7-bb1c-23289aea4629 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 401 | 1 | 0 | 0 |
| Verify Status code is 'Unauthorized' | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f4ef2f75-6084-40f5-add0-08cfff497875 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:07 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | fc745c99-91a5-4564-90c9-c28cdc0786b2 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 403 | 0 | 1 | 0 |
| Verify Status code is 'Forbidden' | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Status code is 403 | |
| Verify Status code is 'Forbidden' | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 88499c85-44b0-4790-81dc-0b2b0b0e222c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1121 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Ned",
"last_name": "Brown",
"mobile_number": "458-751-5371",
"mobile_number_alt": "458-751-5371",
"email_id": "Jazmyne47@hotmail.com",
"email_id_alt": "Jazmyne47@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "13324585538684",
"imei1": "13324585538684",
"imei2": "13324585538684",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-ofxPSCKQlBcFYsoYMrw+TP/vbd8" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":193463,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":193481,"tr_customer_product_id":193471,"job_number":"JOB_193463"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 01046847-29d7-47c2-8a28-8458a8c29079 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1119 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Kris",
"last_name": "Batz",
"mobile_number": "321-874-1625",
"mobile_number_alt": "405-207-4169",
"email_id": "Fannie60@hotmail.com",
"email_id_alt": "Jean_Block@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "13324585538684",
"imei1": "13324585538684",
"imei2": "13324585538684",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 78dff600-c008-4a85-8d4a-33bd19cd7d95 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1122 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Calista",
"last_name": "Brakus",
"mobile_number": "416-461-9975",
"mobile_number_alt": "706-293-5547",
"email_id": "Marilyne28@gmail.com",
"email_id_alt": "Laurel28@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "13324585538684",
"imei1": "13324585538684",
"imei2": "13324585538684",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 71 |
| ETag | W/"47-3fyFQKYzbJTwnROVExMoVXviIKc" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:08 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"invalid signature","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d781437f-3117-4571-a584-315c8bac79ea |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1126 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Cullen",
"last_name": "Luettgen",
"mobile_number": "807-683-5212",
"mobile_number_alt": "304-618-4149",
"email_id": "Iva59@yahoo.com",
"email_id_alt": "Eleonore_Spencer@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "19247176904755",
"imei1": "19247176904755",
"imei2": "19247176904755",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-Yk/Y+pxvp9h4+e092697kt+p2uw" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":193464,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":193482,"tr_customer_product_id":193472,"job_number":"JOB_193464"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 | 1 | 0 | 0 |
| Verify Status code is 'OK' | 1 | 0 | 0 |
| Verify message is 'Job created successfully. ' | 1 | 0 | 0 |
| Verify jsonschema | 1 | 0 | 0 |
| Verify response time is less than 200ms | 0 | 1 | 0 |
| Verify response contains key: id | 1 | 0 | 0 |
| Verify response contains key: mst_service_location_id | 1 | 0 | 0 |
| Verify response contains key: mst_platform_id | 1 | 0 | 0 |
| Verify response contains key: mst_warrenty_status_id | 1 | 0 | 0 |
| Verify response contains key: mst_oem_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify response contains key: tr_customer_product_id | 1 | 0 | 0 |
| Verify response contains key: job_number | 1 | 0 | 0 |
| Verify job number starts with 'JOB_' | 1 | 0 | 0 |
| Total | 13 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 71b8edfe-4372-48e3-804d-277503d2fa6d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1034 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Davion",
"last_name": "Mante",
"mobile_number": "631-571-1458",
"mobile_number_alt": "882-715-8180",
"email_id": "Aurore31@hotmail.com",
"email_id_alt": "Sylvan39@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "13324585538684",
"imei1": "13324585538684",
"imei2": "13324585538684",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 132 |
| ETag | W/"84-mCZHtUk0ZkwUr6gxgJA2gMxVbaw" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"problems\" does not contain 1 required value(s)","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing authorization token return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"problems" does not contain 1 required value(s)' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing authorization token return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | f71c6893-69fe-461f-b0c6-af12a7a7613c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 851 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "13324585538684",
"imei1": "13324585538684",
"imei2": "13324585538684",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 107 |
| ETag | W/"6b-kQDRJ6W7HggkRpZCxcjxWaVIyzQ" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing customerdetails should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer" is required' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing customerdetails should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e76a251-eaf4-42a0-a203-867b515e5993 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 834 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Ofelia",
"last_name": "Kuphal",
"mobile_number": "817-406-2785",
"mobile_number_alt": "475-309-4699",
"email_id": "Adrian.Schowalter66@hotmail.com",
"email_id_alt": "Ida62@yahoo.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 115 |
| ETag | W/"73-CHiztoQ3jyrfM7EgEEqfDYsvzXM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:09 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"customer_product\" is required","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing product details should return 400 Bad Request | 0 | 1 | 0 |
| Verify message is '"customer_product" is required | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify missing product details should return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 87db3504-9d4b-4067-890b-20a2daba8dbb |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1117 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Adrain",
"last_name": "Mohr",
"mobile_number": "223-446-3774",
"mobile_number_alt": "237-457-8078",
"email_id": "Anna.Maggio48@gmail.com",
"email_id_alt": "Arden.Labadie@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1083003399",
"imei1": "1083003399",
"imei2": "1083003399",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 143 |
| ETag | W/"8f-asfwh61GY//05D/sXjFd8ssjiig" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Verify message contains 'serial_number' length must be at least 14 characters long' | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.9' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTU2MTY4MDV9.7JuEd61IbcHt1nHIVPefrYFbXvELb6Ho4zzCAexrnJw' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36' \
--data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"customer":{"first_name":"Pritish","last_name":"Samal","mobile_number":"9876543210","mobile_number_alt":"","email_id":"PKP@gmail.com","email_id_alt":""},"customer_address":{"flat_number":"AW/71","apartment_name":"Adarsh Palm Retreat","street_name":"Bellandur","landmark":"Doddenakundi","area":"Bellandur","pincode":"560023","country":"India","state":"Karnataka"},"customer_product":{"dop":"2025-05-30T18:30:00.000Z","serial_number":"14122356326598","imei1":"14122356326598","imei2":"14122356326598","popurl":"2025-05-30T18:30:00.000Z","product_id":1,"mst_model_id":2},"problems":[{"id":3,"remark":"Multiple apps are crashing upon usage"}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 03407049-3fe9-4426-b5f9-27cc48343b9d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 1133 |
{
"mst_service_location_id": 0,
"mst_platform_id": 2,
"mst_warrenty_status_id": 1,
"mst_oem_id": 1,
"customer": {
"first_name": "Junius",
"last_name": "Abbott",
"mobile_number": "310-872-6681",
"mobile_number_alt": "297-621-4260",
"email_id": "Winston_Osinski@yahoo.com",
"email_id_alt": "Baron46@hotmail.com"
},
"customer_address": {
"flat_number": "AW/71",
"apartment_name": "Adarsh Palm Retreat",
"street_name": "Bellandur",
"landmark": "Doddenakundi",
"area": "Bellandur",
"pincode": "560023",
"country": "India",
"state": "Karnataka"
},
"customer_product": {
"dop": "2025-05-30T18:30:00.000Z",
"serial_number": "1474084519410455",
"imei1": "1474084519410455",
"imei2": "1474084519410455",
"popurl": "2025-05-30T18:30:00.000Z",
"product_id": 1,
"mst_model_id": 2
},
"problems": [
{
"id": 4,
"remark": "Aplications are outof sync"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 233 |
| ETag | W/"e9-2nmncO7Xpm4fQHx+EZUVSwVyxGU" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Job created successfully. ","data":{"id":193465,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"tr_customer_id":193483,"tr_customer_product_id":193473,"job_number":"JOB_193465"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify invalid Imei number returns 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify invalid Imei number returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 3198a0e4-bc91-49c9-bbe9-4bd07c40eb47 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-hEumof15IWOjYGGDjJMqjVYOsAE" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:10 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":0},{"label":"Created today","key":"created_today","count":460},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify the count of the created job is incremented | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 82eeaee2-0fa4-456c-9993-6862408b86ea |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"6f7d4-IOtp7XFUOz5LqDOXP0aJRu/odMo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":193044,"job_number":"JOB_193044","tr_customer_id":193062,"tr_customer_product_id":193052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10292309494622","imei1":"10292309494622","imei2":"10292309494622","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193052,"job_number":"JOB_193052","tr_customer_id":193070,"tr_customer_product_id":193060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Sierra Sawayn","mobile_number":"541-241-9529","email_id":"Willow.Farrell65@gmail.com","dop":"2000-01-31","serial_number":"1058654048623764","imei1":"1058654048623764","imei2":"1058654048623764","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193097,"job_number":"JOB_193097","tr_customer_id":193115,"tr_customer_product_id":193105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10352485471554","imei1":"10352485471554","imei2":"10352485471554","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193103,"job_number":"JOB_193103","tr_customer_id":193121,"tr_customer_product_id":193111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Winifred Hackett","mobile_number":"284-612-9973","email_id":"Gino_Effertz84@gmail.com","dop":"2000-01-31","serial_number":"1073478699062341","imei1":"1073478699062341","imei2":"1073478699062341","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193173,"job_number":"JOB_193173","tr_customer_id":193191,"tr_customer_product_id":193181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10733609826296","imei1":"10733609826296","imei2":"10733609826296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193184,"job_number":"JOB_193184","tr_customer_id":193202,"tr_customer_product_id":193192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Maximus MacGyver","mobile_number":"252-897-2756","email_id":"Mathias84@yahoo.com","dop":"2000-01-31","serial_number":"1042566965219949","imei1":"1042566965219949","imei2":"1042566965219949","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193227,"job_number":"JOB_193227","tr_customer_id":193245,"tr_customer_product_id":193235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:32.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10887437180877","imei1":"10887437180877","imei2":"10887437180877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193233,"job_number":"JOB_193233","tr_customer_id":193251,"tr_customer_product_id":193241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Jimmy Langosh","mobile_number":"895-964-6169","email_id":"Arnoldo75@yahoo.com","dop":"2000-01-31","serial_number":"1082126794662261","imei1":"1082126794662261","imei2":"1082126794662261","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193015,"job_number":"JOB_193015","tr_customer_id":193033,"tr_customer_product_id":193023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:33:49.000Z","modified_at":"2026-02-21T02:49:38.000Z","name":"Joe P","mobile_number":"6789054321","email_id":"ayushimatiyali@gmail.com","dop":"2026-01-12","serial_number":"94120839754123","imei1":"94120839754123","imei2":"94120839754123","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193016,"job_number":"JOB_193016","tr_customer_id":193034,"tr_customer_product_id":193024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:25.000Z","modified_at":"2026-02-21T03:06:40.000Z","name":"Sabryna Prosacco","mobile_number":"749-422-7915","email_id":"Kassandra.Torp72@gmail.com","dop":"2025-05-30","serial_number":"17700554520105","imei1":"17700554520105","imei2":"17700554520105","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T03:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193017,"job_number":"JOB_193017","tr_customer_id":193035,"tr_customer_product_id":193025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:26.000Z","modified_at":"2026-02-21T03:06:26.000Z","name":"Lura Marvin","mobile_number":"858-770-9293","email_id":"Berenice74@hotmail.com","dop":"2025-05-30","serial_number":"10859980173433","imei1":"10859980173433","imei2":"10859980173433","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193018,"job_number":"JOB_193018","tr_customer_id":193036,"tr_customer_product_id":193026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:27.000Z","modified_at":"2026-02-21T03:06:27.000Z","name":"Saige Zulauf","mobile_number":"623-701-8452","email_id":"River_McClure40@gmail.com","dop":"2025-05-30","serial_number":"1207095098824176","imei1":"1207095098824176","imei2":"1207095098824176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193020,"job_number":"JOB_193020","tr_customer_id":193038,"tr_customer_product_id":193028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:35.000Z","modified_at":"2026-02-21T04:15:43.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"54962880496731","imei1":"54962880496731","imei2":"54962880496731","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193021,"job_number":"JOB_193021","tr_customer_id":193039,"tr_customer_product_id":193029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:45.000Z","modified_at":"2026-02-21T04:15:53.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"36401820493528","imei1":"36401820493528","imei2":"36401820493528","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193022,"job_number":"JOB_193022","tr_customer_id":193040,"tr_customer_product_id":193030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:46.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"Britney Beahan","mobile_number":"601-518-8095","email_id":"Linda_Torp5@yahoo.com","dop":"2025-04-06","serial_number":"19981174214982","imei1":"19981174214982","imei2":"19981174214982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193023,"job_number":"JOB_193023","tr_customer_id":193041,"tr_customer_product_id":193031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:47.000Z","modified_at":"2026-02-21T04:15:47.000Z","name":"Murl Mills","mobile_number":"312-904-5832","email_id":"Olaf30@gmail.com","dop":"2025-04-06","serial_number":"10509623748874548","imei1":"10509623748874548","imei2":"10509623748874548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:15:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193024,"job_number":"JOB_193024","tr_customer_id":193042,"tr_customer_product_id":193032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16047097401298","imei1":"16047097401298","imei2":"16047097401298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193025,"job_number":"JOB_193025","tr_customer_id":193043,"tr_customer_product_id":193033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Raina Mraz","mobile_number":"460-742-2109","email_id":"Nicola.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13130962790074","imei1":"13130962790074","imei2":"13130962790074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193026,"job_number":"JOB_193026","tr_customer_id":193044,"tr_customer_product_id":193034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"Granville Brekke","mobile_number":"670-568-4090","email_id":"Reyna_Becker@yahoo.com","dop":"2025-04-06","serial_number":"15696904534606366","imei1":"15696904534606366","imei2":"15696904534606366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193027,"job_number":"JOB_193027","tr_customer_id":193045,"tr_customer_product_id":193035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10623093696179","imei1":"10623093696179","imei2":"10623093696179","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193028,"job_number":"JOB_193028","tr_customer_id":193046,"tr_customer_product_id":193036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"Chasity Runte","mobile_number":"653-943-0104","email_id":"Friedrich.Kilback22@yahoo.com","dop":"2025-06-18","serial_number":"10853008402041","imei1":"10853008402041","imei2":"10853008402041","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193029,"job_number":"JOB_193029","tr_customer_id":193047,"tr_customer_product_id":193037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:05.000Z","modified_at":"2026-02-21T04:16:05.000Z","name":"Randall Bauch","mobile_number":"771-913-1554","email_id":"Ethel63@gmail.com","dop":"2025-06-18","serial_number":"1008056644102338","imei1":"1008056644102338","imei2":"1008056644102338","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193030,"job_number":"JOB_193030","tr_customer_id":193048,"tr_customer_product_id":193038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:09.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Lambert O'Hara","mobile_number":"277-381-7654","email_id":"Dereck_Braun3@hotmail.com","dop":"2025-04-06","serial_number":"19777200205114","imei1":"19777200205114","imei2":"19777200205114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193031,"job_number":"JOB_193031","tr_customer_id":193049,"tr_customer_product_id":193039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Carroll Torphy","mobile_number":"763-788-5840","email_id":"Filomena54@hotmail.com","dop":"2025-04-06","serial_number":"19557290017761","imei1":"19557290017761","imei2":"19557290017761","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193032,"job_number":"JOB_193032","tr_customer_id":193050,"tr_customer_product_id":193040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:10.000Z","name":"Russ Gottlieb","mobile_number":"932-786-5280","email_id":"Ariane.Volkman77@hotmail.com","dop":"2025-04-06","serial_number":"10486393736064074","imei1":"10486393736064074","imei2":"10486393736064074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193033,"job_number":"JOB_193033","tr_customer_id":193051,"tr_customer_product_id":193041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:43.000Z","name":"Ryan Thompson","mobile_number":"960-304-9547","email_id":"Elfrieda_Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"14848909467634","imei1":"14848909467634","imei2":"14848909467634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193034,"job_number":"JOB_193034","tr_customer_id":193052,"tr_customer_product_id":193042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:11.000Z","name":"Jarrell Jacobs","mobile_number":"302-367-7099","email_id":"Gilbert_Kub@gmail.com","dop":"2025-04-06","serial_number":"10548351265717366","imei1":"10548351265717366","imei2":"10548351265717366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193035,"job_number":"JOB_193035","tr_customer_id":193053,"tr_customer_product_id":193043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:13.000Z","modified_at":"2026-02-21T04:16:13.000Z","name":"Kaia Medhurst","mobile_number":"392-833-9644","email_id":"Chloe_Medhurst@hotmail.com","dop":"2025-04-06","serial_number":"13446534442754580","imei1":"13446534442754580","imei2":"13446534442754580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193038,"job_number":"JOB_193038","tr_customer_id":193056,"tr_customer_product_id":193046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12508407984580","imei1":"12508407984580","imei2":"12508407984580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193039,"job_number":"JOB_193039","tr_customer_id":193057,"tr_customer_product_id":193047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"73265807448025","imei1":"73265807448025","imei2":"73265807448025","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193040,"job_number":"JOB_193040","tr_customer_id":193058,"tr_customer_product_id":193048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:55.000Z","name":"Nathan Hegmann","mobile_number":"393-429-6069","email_id":"Ulises.Towne@hotmail.com","dop":"2025-04-06","serial_number":"12190759712000","imei1":"12190759712000","imei2":"12190759712000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193041,"job_number":"JOB_193041","tr_customer_id":193059,"tr_customer_product_id":193049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:23.000Z","modified_at":"2026-02-21T04:16:23.000Z","name":"Hollis Connelly","mobile_number":"234-332-0349","email_id":"Mohamed.Funk@yahoo.com","dop":"2025-02-01","serial_number":"101372864166084","imei1":"101372864166084","imei2":"101372864166084","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193042,"job_number":"JOB_193042","tr_customer_id":193060,"tr_customer_product_id":193050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Nelda Dooley","mobile_number":"914-742-8570","email_id":"Shyanne_Jacobs42@hotmail.com","dop":"2025-04-06","serial_number":"13629341488168080","imei1":"13629341488168080","imei2":"13629341488168080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193043,"job_number":"JOB_193043","tr_customer_id":193061,"tr_customer_product_id":193051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Royal Walker","mobile_number":"416-249-8267","email_id":"Austyn_Gulgowski41@gmail.com","dop":"2025-04-06","serial_number":"16206979917443","imei1":"16206979917443","imei2":"16206979917443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193045,"job_number":"JOB_193045","tr_customer_id":193063,"tr_customer_product_id":193053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:58.000Z","name":"Russel Kohler","mobile_number":"757-289-4328","email_id":"Guadalupe_Reynolds@yahoo.com","dop":"2025-02-01","serial_number":"44225156645102","imei1":"44225156645102","imei2":"44225156645102","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193046,"job_number":"JOB_193046","tr_customer_id":193064,"tr_customer_product_id":193054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15424702984662","imei1":"15424702984662","imei2":"15424702984662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193047,"job_number":"JOB_193047","tr_customer_id":193065,"tr_customer_product_id":193055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Alysson Mueller","mobile_number":"375-845-6225","email_id":"Destini69@hotmail.com","dop":"2000-01-31","serial_number":"10478611077127","imei1":"10478611077127","imei2":"10478611077127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193048,"job_number":"JOB_193048","tr_customer_id":193066,"tr_customer_product_id":193056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Domenick Goyette","mobile_number":"705-307-2504","email_id":"Paige76@yahoo.com","dop":"2025-04-06","serial_number":"13551981198354","imei1":"13551981198354","imei2":"13551981198354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193049,"job_number":"JOB_193049","tr_customer_id":193067,"tr_customer_product_id":193057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17279793692338","imei1":"17279793692338","imei2":"17279793692338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193050,"job_number":"JOB_193050","tr_customer_id":193068,"tr_customer_product_id":193058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"Theodore Brown","mobile_number":"935-973-1677","email_id":"Dominique43@yahoo.com","dop":"2025-04-06","serial_number":"10336500825209122","imei1":"10336500825209122","imei2":"10336500825209122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193051,"job_number":"JOB_193051","tr_customer_id":193069,"tr_customer_product_id":193059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:59.000Z","name":"Holly Casper","mobile_number":"323-369-8018","email_id":"Angelica58@hotmail.com","dop":"2025-04-06","serial_number":"17225770050019","imei1":"17225770050019","imei2":"17225770050019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193053,"job_number":"JOB_193053","tr_customer_id":193071,"tr_customer_product_id":193061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Gordon Dach","mobile_number":"835-874-9193","email_id":"Brody_McLaughlin70@yahoo.com","dop":"2025-04-06","serial_number":"13389026948382688","imei1":"13389026948382688","imei2":"13389026948382688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193054,"job_number":"JOB_193054","tr_customer_id":193072,"tr_customer_product_id":193062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:27.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"Ruth Trantow","mobile_number":"917-693-4488","email_id":"Madison.Beier@hotmail.com","dop":"2025-04-06","serial_number":"13777604584447708","imei1":"13777604584447708","imei2":"13777604584447708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193055,"job_number":"JOB_193055","tr_customer_id":193073,"tr_customer_product_id":193063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:16:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19960110656377","imei1":"19960110656377","imei2":"19960110656377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193056,"job_number":"JOB_193056","tr_customer_id":193074,"tr_customer_product_id":193064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Aditya Mayer","mobile_number":"252-513-1084","email_id":"Reilly_Macejkovic@hotmail.com","dop":"2025-04-06","serial_number":"14671174688767","imei1":"14671174688767","imei2":"14671174688767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193058,"job_number":"JOB_193058","tr_customer_id":193076,"tr_customer_product_id":193066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:30.000Z","modified_at":"2026-02-21T04:16:30.000Z","name":"Mertie Bernier","mobile_number":"873-837-7772","email_id":"Herminio.Crona@hotmail.com","dop":"2025-04-06","serial_number":"17199690239644716","imei1":"17199690239644716","imei2":"17199690239644716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193059,"job_number":"JOB_193059","tr_customer_id":193077,"tr_customer_product_id":193067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:16:32.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"108693033616034","imei1":"108693033616034","imei2":"108693033616034","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193060,"job_number":"JOB_193060","tr_customer_id":193078,"tr_customer_product_id":193068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Myles Wehner","mobile_number":"767-599-6850","email_id":"Armand_Nader45@yahoo.com","dop":"2025-12-31","serial_number":"108686419170396","imei1":"108686419170396","imei2":"108686419170396","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193061,"job_number":"JOB_193061","tr_customer_id":193079,"tr_customer_product_id":193069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"15983902967116","imei1":"15983902967116","imei2":"15983902967116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193063,"job_number":"JOB_193063","tr_customer_id":193081,"tr_customer_product_id":193071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Rafael Feest","mobile_number":"491-389-0093","email_id":"Glenna_Leuschke3@gmail.com","dop":"2025-04-06","serial_number":"19737277034440","imei1":"19737277034440","imei2":"19737277034440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193064,"job_number":"JOB_193064","tr_customer_id":193082,"tr_customer_product_id":193072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:34.000Z","modified_at":"2026-02-21T04:16:34.000Z","name":"Vickie Davis","mobile_number":"615-661-5601","email_id":"Eliezer_Jakubowski@hotmail.com","dop":"2025-04-06","serial_number":"10075163893208752","imei1":"10075163893208752","imei2":"10075163893208752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193066,"job_number":"JOB_193066","tr_customer_id":193084,"tr_customer_product_id":193074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"51923401713989","imei1":"51923401713989","imei2":"51923401713989","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193067,"job_number":"JOB_193067","tr_customer_id":193085,"tr_customer_product_id":193075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Antonia Runolfsdottir","mobile_number":"392-862-2457","email_id":"Francisco.Botsford64@yahoo.com","dop":"2024-08-17","serial_number":"68968340708043","imei1":"68968340708043","imei2":"68968340708043","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193070,"job_number":"JOB_193070","tr_customer_id":193088,"tr_customer_product_id":193078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:16:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11127868846154","imei1":"11127868846154","imei2":"11127868846154","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193071,"job_number":"JOB_193071","tr_customer_id":193089,"tr_customer_product_id":193079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Shannon Mayer","mobile_number":"227-266-6461","email_id":"Stanton35@hotmail.com","dop":"2025-08-24","serial_number":"19795644594538","imei1":"19795644594538","imei2":"19795644594538","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193072,"job_number":"JOB_193072","tr_customer_id":193090,"tr_customer_product_id":193080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:42.000Z","modified_at":"2026-02-21T04:16:42.000Z","name":"Remington Pagac","mobile_number":"457-262-8309","email_id":"Marjory87@gmail.com","dop":"2025-08-24","serial_number":"1033788857001239","imei1":"1033788857001239","imei2":"1033788857001239","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193074,"job_number":"JOB_193074","tr_customer_id":193092,"tr_customer_product_id":193082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641744775262","imei1":"10641744775262","imei2":"10641744775262","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193075,"job_number":"JOB_193075","tr_customer_id":193093,"tr_customer_product_id":193083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Santa Koch","mobile_number":"849-830-3000","email_id":"Carlotta_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10190899263279","imei1":"10190899263279","imei2":"10190899263279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193076,"job_number":"JOB_193076","tr_customer_id":193094,"tr_customer_product_id":193084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Ansley Aufderhar","mobile_number":"383-419-1781","email_id":"Hope18@yahoo.com","dop":"2025-06-18","serial_number":"1040852223307872","imei1":"1040852223307872","imei2":"1040852223307872","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193077,"job_number":"JOB_193077","tr_customer_id":193095,"tr_customer_product_id":193085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:16:47.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"13671560945084","imei1":"13671560945084","imei2":"13671560945084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193078,"job_number":"JOB_193078","tr_customer_id":193096,"tr_customer_product_id":193086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:17:24.000Z","name":"Ryley Russel","mobile_number":"690-855-5846","email_id":"Josefa41@gmail.com","dop":"2025-04-06","serial_number":"17435602948722","imei1":"17435602948722","imei2":"17435602948722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193080,"job_number":"JOB_193080","tr_customer_id":193098,"tr_customer_product_id":193088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Lawrence Ziemann","mobile_number":"473-993-6842","email_id":"Colleen.Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"12856652064650162","imei1":"12856652064650162","imei2":"12856652064650162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193082,"job_number":"JOB_193082","tr_customer_id":193100,"tr_customer_product_id":193090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907905525273","imei1":"15907905525273","imei2":"15907905525273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193083,"job_number":"JOB_193083","tr_customer_id":193101,"tr_customer_product_id":193091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"Roselyn Conn","mobile_number":"374-319-7670","email_id":"Tyrell.Carter15@gmail.com","dop":"2025-04-06","serial_number":"16088265186379","imei1":"16088265186379","imei2":"16088265186379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193084,"job_number":"JOB_193084","tr_customer_id":193102,"tr_customer_product_id":193092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:01.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193085,"job_number":"JOB_193085","tr_customer_id":193103,"tr_customer_product_id":193093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Alexane Davis","mobile_number":"563-584-1064","email_id":"Marianna59@hotmail.com","dop":"2025-04-06","serial_number":"17184249221021492","imei1":"17184249221021492","imei2":"17184249221021492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193086,"job_number":"JOB_193086","tr_customer_id":193104,"tr_customer_product_id":193094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12324693234785","imei1":"12324693234785","imei2":"12324693234785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193087,"job_number":"JOB_193087","tr_customer_id":193105,"tr_customer_product_id":193095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"Mattie Hane","mobile_number":"936-266-1844","email_id":"Lew.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11449573579550","imei1":"11449573579550","imei2":"11449573579550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193088,"job_number":"JOB_193088","tr_customer_id":193106,"tr_customer_product_id":193096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062311964949","imei1":"12062311964949","imei2":"12062311964949","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193089,"job_number":"JOB_193089","tr_customer_id":193107,"tr_customer_product_id":193097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Dudley Frami","mobile_number":"220-894-2813","email_id":"Tracy_Rohan51@yahoo.com","dop":"2025-04-06","serial_number":"10818583219922","imei1":"10818583219922","imei2":"10818583219922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193090,"job_number":"JOB_193090","tr_customer_id":193108,"tr_customer_product_id":193098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"Elmore Erdman","mobile_number":"645-225-5907","email_id":"Isom_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"18323072324897560","imei1":"18323072324897560","imei2":"18323072324897560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193091,"job_number":"JOB_193091","tr_customer_id":193109,"tr_customer_product_id":193099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Logan Koepp","mobile_number":"806-588-4350","email_id":"Jessie.Gleason@gmail.com","dop":"2025-04-06","serial_number":"12624938413142010","imei1":"12624938413142010","imei2":"12624938413142010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193092,"job_number":"JOB_193092","tr_customer_id":193110,"tr_customer_product_id":193100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"72384497703919","imei1":"72384497703919","imei2":"72384497703919","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193093,"job_number":"JOB_193093","tr_customer_id":193111,"tr_customer_product_id":193101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Olaf Larkin","mobile_number":"852-826-5889","email_id":"Alfred.Gutkowski@hotmail.com","dop":"2025-02-01","serial_number":"28361133767265","imei1":"28361133767265","imei2":"28361133767265","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193094,"job_number":"JOB_193094","tr_customer_id":193112,"tr_customer_product_id":193102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10252196014651","imei1":"10252196014651","imei2":"10252196014651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193095,"job_number":"JOB_193095","tr_customer_id":193113,"tr_customer_product_id":193103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"90670693293368900","imei1":"90670693293368900","imei2":"90670693293368900","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193096,"job_number":"JOB_193096","tr_customer_id":193114,"tr_customer_product_id":193104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Rhett Beatty","mobile_number":"945-975-1851","email_id":"Reta_White95@hotmail.com","dop":"2025-04-06","serial_number":"17188485246800","imei1":"17188485246800","imei2":"17188485246800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193098,"job_number":"JOB_193098","tr_customer_id":193116,"tr_customer_product_id":193106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Lance Kohler","mobile_number":"939-540-5716","email_id":"John_Pagac@gmail.com","dop":"2025-02-01","serial_number":"39149399827284","imei1":"39149399827284","imei2":"39149399827284","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193099,"job_number":"JOB_193099","tr_customer_id":193117,"tr_customer_product_id":193107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15115258180098","imei1":"15115258180098","imei2":"15115258180098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193100,"job_number":"JOB_193100","tr_customer_id":193118,"tr_customer_product_id":193108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jonatan Beier","mobile_number":"738-239-7494","email_id":"Demarco90@yahoo.com","dop":"2000-01-31","serial_number":"10166544059245","imei1":"10166544059245","imei2":"10166544059245","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193101,"job_number":"JOB_193101","tr_customer_id":193119,"tr_customer_product_id":193109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Maiya Rogahn","mobile_number":"868-325-0445","email_id":"Madalyn24@hotmail.com","dop":"2025-04-06","serial_number":"18809941887522","imei1":"18809941887522","imei2":"18809941887522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193102,"job_number":"JOB_193102","tr_customer_id":193120,"tr_customer_product_id":193110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Kaci Thompson","mobile_number":"968-354-6043","email_id":"Adriana6@yahoo.com","dop":"2025-04-06","serial_number":"16435918230813460","imei1":"16435918230813460","imei2":"16435918230813460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193104,"job_number":"JOB_193104","tr_customer_id":193122,"tr_customer_product_id":193112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Erik Okuneva","mobile_number":"677-525-3062","email_id":"Curt.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"18609497269105944","imei1":"18609497269105944","imei2":"18609497269105944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193105,"job_number":"JOB_193105","tr_customer_id":193123,"tr_customer_product_id":193113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19458598734134","imei1":"19458598734134","imei2":"19458598734134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193106,"job_number":"JOB_193106","tr_customer_id":193124,"tr_customer_product_id":193114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:09.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"21966894138347","imei1":"21966894138347","imei2":"21966894138347","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193107,"job_number":"JOB_193107","tr_customer_id":193125,"tr_customer_product_id":193115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Blake Bernier","mobile_number":"248-434-2624","email_id":"Maurice.Blanda@gmail.com","dop":"2025-04-06","serial_number":"18535155347295","imei1":"18535155347295","imei2":"18535155347295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193108,"job_number":"JOB_193108","tr_customer_id":193126,"tr_customer_product_id":193116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:34.000Z","name":"Tyson Cronin","mobile_number":"670-639-8783","email_id":"Jacinto_Hand@hotmail.com","dop":"2024-08-17","serial_number":"45047862329689","imei1":"45047862329689","imei2":"45047862329689","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193109,"job_number":"JOB_193109","tr_customer_id":193127,"tr_customer_product_id":193117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:10.000Z","modified_at":"2026-02-21T04:17:10.000Z","name":"Olen Koch","mobile_number":"591-682-8102","email_id":"Shania_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"19775459590342056","imei1":"19775459590342056","imei2":"19775459590342056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193110,"job_number":"JOB_193110","tr_customer_id":193128,"tr_customer_product_id":193118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105441135730553","imei1":"105441135730553","imei2":"105441135730553","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193111,"job_number":"JOB_193111","tr_customer_id":193129,"tr_customer_product_id":193119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Magdalen Gaylord","mobile_number":"390-992-5454","email_id":"Lauretta.Cummings@yahoo.com","dop":"2025-12-31","serial_number":"106449994851333","imei1":"106449994851333","imei2":"106449994851333","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193112,"job_number":"JOB_193112","tr_customer_id":193130,"tr_customer_product_id":193120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12505689351087","imei1":"12505689351087","imei2":"12505689351087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193113,"job_number":"JOB_193113","tr_customer_id":193131,"tr_customer_product_id":193121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:15.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Florian Kutch","mobile_number":"295-692-8298","email_id":"Arnaldo.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12121462446416","imei1":"12121462446416","imei2":"12121462446416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193114,"job_number":"JOB_193114","tr_customer_id":193132,"tr_customer_product_id":193122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:16.000Z","name":"Robb Stiedemann","mobile_number":"939-700-2291","email_id":"Carlotta.Schaefer68@hotmail.com","dop":"2025-04-06","serial_number":"14490891712908832","imei1":"14490891712908832","imei2":"14490891712908832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193115,"job_number":"JOB_193115","tr_customer_id":193133,"tr_customer_product_id":193123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Clair Aufderhar","mobile_number":"785-772-7864","email_id":"Demarco43@yahoo.com","dop":"2025-04-06","serial_number":"17753364731979","imei1":"17753364731979","imei2":"17753364731979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193116,"job_number":"JOB_193116","tr_customer_id":193134,"tr_customer_product_id":193124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:18.000Z","modified_at":"2026-02-21T04:17:18.000Z","name":"Gardner Marks","mobile_number":"507-631-0032","email_id":"Mary.Sauer@hotmail.com","dop":"2025-04-06","serial_number":"14627840547069910","imei1":"14627840547069910","imei2":"14627840547069910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193117,"job_number":"JOB_193117","tr_customer_id":193135,"tr_customer_product_id":193125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:59.000Z","name":"Nora Hyatt","mobile_number":"497-985-3915","email_id":"Bradford.Hauck@yahoo.com","dop":"2025-04-06","serial_number":"10300806899451","imei1":"10300806899451","imei2":"10300806899451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193118,"job_number":"JOB_193118","tr_customer_id":193136,"tr_customer_product_id":193126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181623957492","imei1":"15181623957492","imei2":"15181623957492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193119,"job_number":"JOB_193119","tr_customer_id":193137,"tr_customer_product_id":193127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:18:00.000Z","name":"Geovany Rau","mobile_number":"411-466-8055","email_id":"Dora.Sauer36@gmail.com","dop":"2025-04-06","serial_number":"12786283990986","imei1":"12786283990986","imei2":"12786283990986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193120,"job_number":"JOB_193120","tr_customer_id":193138,"tr_customer_product_id":193128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Cordell Rogahn","mobile_number":"463-411-8138","email_id":"Marilie87@gmail.com","dop":"2025-04-06","serial_number":"12667157820065512","imei1":"12667157820065512","imei2":"12667157820065512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193121,"job_number":"JOB_193121","tr_customer_id":193139,"tr_customer_product_id":193129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Benny Weimann","mobile_number":"815-833-7335","email_id":"Robyn.Jerde@gmail.com","dop":"2025-04-06","serial_number":"14871555576593792","imei1":"14871555576593792","imei2":"14871555576593792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193122,"job_number":"JOB_193122","tr_customer_id":193140,"tr_customer_product_id":193130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:17:27.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"13322873318033","imei1":"13322873318033","imei2":"13322873318033","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193123,"job_number":"JOB_193123","tr_customer_id":193141,"tr_customer_product_id":193131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Alexandro Watsica","mobile_number":"430-236-7924","email_id":"Colin.Gorczany3@hotmail.com","dop":"2025-08-24","serial_number":"14433775793903","imei1":"14433775793903","imei2":"14433775793903","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193124,"job_number":"JOB_193124","tr_customer_id":193142,"tr_customer_product_id":193132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:29.000Z","modified_at":"2026-02-21T04:17:29.000Z","name":"Marianne Cormier","mobile_number":"720-380-5078","email_id":"Ethan.Gutmann87@hotmail.com","dop":"2025-08-24","serial_number":"1033212197448764","imei1":"1033212197448764","imei2":"1033212197448764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193129,"job_number":"JOB_193129","tr_customer_id":193147,"tr_customer_product_id":193137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18987491582264","imei1":"18987491582264","imei2":"18987491582264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193130,"job_number":"JOB_193130","tr_customer_id":193148,"tr_customer_product_id":193138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16149311112045","imei1":"16149311112045","imei2":"16149311112045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193131,"job_number":"JOB_193131","tr_customer_id":193149,"tr_customer_product_id":193139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Vella McLaughlin","mobile_number":"929-848-9465","email_id":"Shad_Lebsack82@yahoo.com","dop":"2025-04-06","serial_number":"10334382376399","imei1":"10334382376399","imei2":"10334382376399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193132,"job_number":"JOB_193132","tr_customer_id":193150,"tr_customer_product_id":193140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:10.000Z","name":"Lupe Wolff","mobile_number":"624-653-6617","email_id":"Concepcion_Haag8@hotmail.com","dop":"2025-04-06","serial_number":"12892600020348","imei1":"12892600020348","imei2":"12892600020348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193133,"job_number":"JOB_193133","tr_customer_id":193151,"tr_customer_product_id":193141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Samara Sawayn","mobile_number":"370-545-7507","email_id":"Litzy.Russel37@yahoo.com","dop":"2025-04-06","serial_number":"12556340882426028","imei1":"12556340882426028","imei2":"12556340882426028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193134,"job_number":"JOB_193134","tr_customer_id":193152,"tr_customer_product_id":193142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Ebony Wilkinson","mobile_number":"447-483-8661","email_id":"Jayden83@yahoo.com","dop":"2025-04-06","serial_number":"15786767452854180","imei1":"15786767452854180","imei2":"15786767452854180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193139,"job_number":"JOB_193139","tr_customer_id":193157,"tr_customer_product_id":193147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:37.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12788357883888","imei1":"12788357883888","imei2":"12788357883888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193140,"job_number":"JOB_193140","tr_customer_id":193158,"tr_customer_product_id":193148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Erling Wilkinson","mobile_number":"927-461-8168","email_id":"Regan.Kilback33@hotmail.com","dop":"2025-04-06","serial_number":"10661040786755","imei1":"10661040786755","imei2":"10661040786755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193142,"job_number":"JOB_193142","tr_customer_id":193160,"tr_customer_product_id":193150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"44421830000780","imei1":"44421830000780","imei2":"44421830000780","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193144,"job_number":"JOB_193144","tr_customer_id":193162,"tr_customer_product_id":193152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:04.000Z","name":"Lavada Hoeger","mobile_number":"998-259-7013","email_id":"Wilford_Bashirian16@gmail.com","dop":"2024-08-17","serial_number":"51860195834488","imei1":"51860195834488","imei2":"51860195834488","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193145,"job_number":"JOB_193145","tr_customer_id":193163,"tr_customer_product_id":193153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:39.000Z","modified_at":"2026-02-21T04:17:39.000Z","name":"Letha O'Conner","mobile_number":"887-504-1787","email_id":"Isac_Torphy29@gmail.com","dop":"2025-04-06","serial_number":"14301530854358458","imei1":"14301530854358458","imei2":"14301530854358458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193147,"job_number":"JOB_193147","tr_customer_id":193165,"tr_customer_product_id":193155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17295923381531","imei1":"17295923381531","imei2":"17295923381531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193149,"job_number":"JOB_193149","tr_customer_id":193167,"tr_customer_product_id":193157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Jayde Collier","mobile_number":"245-912-0702","email_id":"Elian.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"13162322688699","imei1":"13162322688699","imei2":"13162322688699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193151,"job_number":"JOB_193151","tr_customer_id":193169,"tr_customer_product_id":193159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18476711182340","imei1":"18476711182340","imei2":"18476711182340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193153,"job_number":"JOB_193153","tr_customer_id":193171,"tr_customer_product_id":193161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"April Sauer","mobile_number":"812-225-7923","email_id":"Marcia.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"13353083380964","imei1":"13353083380964","imei2":"13353083380964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193154,"job_number":"JOB_193154","tr_customer_id":193172,"tr_customer_product_id":193162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"Blanca Gleason","mobile_number":"969-727-5386","email_id":"Andrew.Kuvalis82@gmail.com","dop":"2025-04-06","serial_number":"16477449818137826","imei1":"16477449818137826","imei2":"16477449818137826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193155,"job_number":"JOB_193155","tr_customer_id":193173,"tr_customer_product_id":193163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19174218657898","imei1":"19174218657898","imei2":"19174218657898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193156,"job_number":"JOB_193156","tr_customer_id":193174,"tr_customer_product_id":193164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"Imani Howe","mobile_number":"276-846-6886","email_id":"Fredrick47@hotmail.com","dop":"2025-04-06","serial_number":"14486234836943","imei1":"14486234836943","imei2":"14486234836943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193157,"job_number":"JOB_193157","tr_customer_id":193175,"tr_customer_product_id":193165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:17:44.000Z","name":"Jarrod Armstrong","mobile_number":"751-702-1094","email_id":"Douglas_Hoeger95@yahoo.com","dop":"2025-04-06","serial_number":"15475639681592916","imei1":"15475639681592916","imei2":"15475639681592916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193158,"job_number":"JOB_193158","tr_customer_id":193176,"tr_customer_product_id":193166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17444251516588","imei1":"17444251516588","imei2":"17444251516588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193159,"job_number":"JOB_193159","tr_customer_id":193177,"tr_customer_product_id":193167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"Giovanna Adams","mobile_number":"785-802-8056","email_id":"Enid_Wuckert86@gmail.com","dop":"2025-04-06","serial_number":"15340753595396888","imei1":"15340753595396888","imei2":"15340753595396888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193160,"job_number":"JOB_193160","tr_customer_id":193178,"tr_customer_product_id":193168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Abner Hilll","mobile_number":"409-831-9660","email_id":"Chris97@yahoo.com","dop":"2025-04-06","serial_number":"11844080616654","imei1":"11844080616654","imei2":"11844080616654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193161,"job_number":"JOB_193161","tr_customer_id":193179,"tr_customer_product_id":193169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13443452737054","imei1":"13443452737054","imei2":"13443452737054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193162,"job_number":"JOB_193162","tr_customer_id":193180,"tr_customer_product_id":193170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Wilton Harris","mobile_number":"278-998-5568","email_id":"Brody56@gmail.com","dop":"2025-04-06","serial_number":"14206468269022","imei1":"14206468269022","imei2":"14206468269022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193163,"job_number":"JOB_193163","tr_customer_id":193181,"tr_customer_product_id":193171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Sophia Will","mobile_number":"543-347-8341","email_id":"Andreanne.Streich90@gmail.com","dop":"2025-04-06","serial_number":"11293858017259926","imei1":"11293858017259926","imei2":"11293858017259926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193164,"job_number":"JOB_193164","tr_customer_id":193182,"tr_customer_product_id":193172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14556554306424","imei1":"14556554306424","imei2":"14556554306424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193165,"job_number":"JOB_193165","tr_customer_id":193183,"tr_customer_product_id":193173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Roy Haag","mobile_number":"443-364-0046","email_id":"Mohammad80@yahoo.com","dop":"2025-04-06","serial_number":"19646370410964584","imei1":"19646370410964584","imei2":"19646370410964584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193166,"job_number":"JOB_193166","tr_customer_id":193184,"tr_customer_product_id":193174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"Albertha Tremblay","mobile_number":"252-592-6444","email_id":"Zack_Pfannerstill34@yahoo.com","dop":"2025-04-06","serial_number":"16424619854702","imei1":"16424619854702","imei2":"16424619854702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193167,"job_number":"JOB_193167","tr_customer_id":193185,"tr_customer_product_id":193175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"72839145949182","imei1":"72839145949182","imei2":"72839145949182","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193168,"job_number":"JOB_193168","tr_customer_id":193186,"tr_customer_product_id":193176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15641695265043","imei1":"15641695265043","imei2":"15641695265043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193169,"job_number":"JOB_193169","tr_customer_id":193187,"tr_customer_product_id":193177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Jalen Mueller","mobile_number":"601-634-4726","email_id":"Antonia.Doyle@hotmail.com","dop":"2025-02-01","serial_number":"24641452156276","imei1":"24641452156276","imei2":"24641452156276","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193170,"job_number":"JOB_193170","tr_customer_id":193188,"tr_customer_product_id":193178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Marguerite Kuphal","mobile_number":"556-911-6555","email_id":"Earline.Shanahan@yahoo.com","dop":"2025-04-06","serial_number":"16136254981729","imei1":"16136254981729","imei2":"16136254981729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193171,"job_number":"JOB_193171","tr_customer_id":193189,"tr_customer_product_id":193179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10206920379242","imei1":"10206920379242","imei2":"10206920379242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193172,"job_number":"JOB_193172","tr_customer_id":193190,"tr_customer_product_id":193180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Davonte Waelchi","mobile_number":"753-374-8340","email_id":"Daisha4@yahoo.com","dop":"2025-04-06","serial_number":"11345374607350872","imei1":"11345374607350872","imei2":"11345374607350872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193174,"job_number":"JOB_193174","tr_customer_id":193192,"tr_customer_product_id":193182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Dustin Hettinger","mobile_number":"507-648-3474","email_id":"Haylee40@gmail.com","dop":"2025-04-06","serial_number":"11428685122191","imei1":"11428685122191","imei2":"11428685122191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193175,"job_number":"JOB_193175","tr_customer_id":193193,"tr_customer_product_id":193183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Obie Farrell","mobile_number":"225-328-1271","email_id":"Mallory.Towne21@hotmail.com","dop":"2025-04-06","serial_number":"12764157622615460","imei1":"12764157622615460","imei2":"12764157622615460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193177,"job_number":"JOB_193177","tr_customer_id":193195,"tr_customer_product_id":193185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17758598401419","imei1":"17758598401419","imei2":"17758598401419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193178,"job_number":"JOB_193178","tr_customer_id":193196,"tr_customer_product_id":193186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Mia Conn","mobile_number":"670-290-3153","email_id":"Michaela27@gmail.com","dop":"2000-01-31","serial_number":"10077478946877","imei1":"10077478946877","imei2":"10077478946877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193179,"job_number":"JOB_193179","tr_customer_id":193197,"tr_customer_product_id":193187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Margarett Williamson","mobile_number":"504-624-0501","email_id":"Elinore_Hartmann@gmail.com","dop":"2025-02-01","serial_number":"45952498880878","imei1":"45952498880878","imei2":"45952498880878","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193180,"job_number":"JOB_193180","tr_customer_id":193198,"tr_customer_product_id":193188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Immanuel Bechtelar","mobile_number":"891-434-3255","email_id":"Casimer_Mosciski@yahoo.com","dop":"2025-04-06","serial_number":"18033340805341","imei1":"18033340805341","imei2":"18033340805341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193181,"job_number":"JOB_193181","tr_customer_id":193199,"tr_customer_product_id":193189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Lew Casper","mobile_number":"448-505-7726","email_id":"Rosalia32@yahoo.com","dop":"2025-04-06","serial_number":"17916710695752728","imei1":"17916710695752728","imei2":"17916710695752728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193182,"job_number":"JOB_193182","tr_customer_id":193200,"tr_customer_product_id":193190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Prudvikishore Darsi","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"17227177929098","imei1":"17227177929098","imei2":"117227177929098","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193183,"job_number":"JOB_193183","tr_customer_id":193201,"tr_customer_product_id":193191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12418267001260","imei1":"12418267001260","imei2":"12418267001260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193185,"job_number":"JOB_193185","tr_customer_id":193203,"tr_customer_product_id":193193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:18:28.000Z","name":"Garland Wuckert","mobile_number":"515-282-0116","email_id":"Percival_Stanton34@hotmail.com","dop":"2025-04-06","serial_number":"17755518931153","imei1":"17755518931153","imei2":"17755518931153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193186,"job_number":"JOB_193186","tr_customer_id":193204,"tr_customer_product_id":193194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Jeffrey Kutch","mobile_number":"777-276-1961","email_id":"Susie.Kiehn3@yahoo.com","dop":"2025-04-06","serial_number":"16836129633761616","imei1":"16836129633761616","imei2":"16836129633761616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193188,"job_number":"JOB_193188","tr_customer_id":193206,"tr_customer_product_id":193196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"194408713490817","imei1":"194408713490817","imei2":"1194408713490817","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193191,"job_number":"JOB_193191","tr_customer_id":193209,"tr_customer_product_id":193199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Dina Corwin","mobile_number":"945-623-3773","email_id":"Jaime.Russel17@gmail.com","dop":"2025-04-06","serial_number":"11094795982668714","imei1":"11094795982668714","imei2":"11094795982668714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193192,"job_number":"JOB_193192","tr_customer_id":193210,"tr_customer_product_id":193200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:22.000Z","name":"Johnnie Zboncak","mobile_number":"335-205-6655","email_id":"Braulio.Nienow93@gmail.com","dop":"2026-01-04","serial_number":"15187263689488","imei1":"15187263689488","imei2":"115187263689488","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193193,"job_number":"JOB_193193","tr_customer_id":193211,"tr_customer_product_id":193201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109066025130508","imei1":"109066025130508","imei2":"109066025130508","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193194,"job_number":"JOB_193194","tr_customer_id":193212,"tr_customer_product_id":193202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Gracie Walsh","mobile_number":"407-471-8634","email_id":"Una_Johnson35@hotmail.com","dop":"2025-12-31","serial_number":"105497820073961","imei1":"105497820073961","imei2":"105497820073961","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193195,"job_number":"JOB_193195","tr_customer_id":193213,"tr_customer_product_id":193203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11465037888513","imei1":"11465037888513","imei2":"11465037888513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193196,"job_number":"JOB_193196","tr_customer_id":193214,"tr_customer_product_id":193204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:57.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Lydia Roob","mobile_number":"366-438-0275","email_id":"Stephen17@gmail.com","dop":"2025-04-06","serial_number":"10492082003953","imei1":"10492082003953","imei2":"10492082003953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193197,"job_number":"JOB_193197","tr_customer_id":193215,"tr_customer_product_id":193205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:58.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Milo Spencer","mobile_number":"806-732-0460","email_id":"Brisa.Ortiz15@hotmail.com","dop":"2025-04-06","serial_number":"19510057915385348","imei1":"19510057915385348","imei2":"19510057915385348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193199,"job_number":"JOB_193199","tr_customer_id":193217,"tr_customer_product_id":193207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11226916724196","imei1":"11226916724196","imei2":"11226916724196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193201,"job_number":"JOB_193201","tr_customer_id":193219,"tr_customer_product_id":193209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:46.000Z","name":"Lucienne Rempel","mobile_number":"687-809-7678","email_id":"Brice93@yahoo.com","dop":"2025-04-06","serial_number":"18008439945566","imei1":"18008439945566","imei2":"18008439945566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193204,"job_number":"JOB_193204","tr_customer_id":193222,"tr_customer_product_id":193212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:09.000Z","modified_at":"2026-02-21T04:18:09.000Z","name":"Carter Ratke","mobile_number":"415-251-5254","email_id":"Alayna83@hotmail.com","dop":"2025-04-06","serial_number":"12943690765773460","imei1":"12943690765773460","imei2":"12943690765773460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193206,"job_number":"JOB_193206","tr_customer_id":193224,"tr_customer_product_id":193214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"15021347736976","imei1":"15021347736976","imei2":"15021347736976","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193207,"job_number":"JOB_193207","tr_customer_id":193225,"tr_customer_product_id":193215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:54.000Z","name":"Alden Hoeger","mobile_number":"236-287-3044","email_id":"Aliza_Trantow@yahoo.com","dop":"2025-08-24","serial_number":"16319639326275","imei1":"16319639326275","imei2":"16319639326275","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193208,"job_number":"JOB_193208","tr_customer_id":193226,"tr_customer_product_id":193216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16538052027316","imei1":"16538052027316","imei2":"16538052027316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193209,"job_number":"JOB_193209","tr_customer_id":193227,"tr_customer_product_id":193217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:51.000Z","name":"Catharine Ondricka","mobile_number":"685-688-7570","email_id":"Easton.Corwin@gmail.com","dop":"2025-04-06","serial_number":"12649336607726","imei1":"12649336607726","imei2":"12649336607726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193210,"job_number":"JOB_193210","tr_customer_id":193228,"tr_customer_product_id":193218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:16.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Filomena Brakus","mobile_number":"709-506-8756","email_id":"Edyth_Schinner37@hotmail.com","dop":"2025-08-24","serial_number":"1068564094075055","imei1":"1068564094075055","imei2":"1068564094075055","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193211,"job_number":"JOB_193211","tr_customer_id":193229,"tr_customer_product_id":193219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:17.000Z","modified_at":"2026-02-21T04:18:17.000Z","name":"Keegan Blick","mobile_number":"451-538-5670","email_id":"Albert_Frami88@gmail.com","dop":"2025-04-06","serial_number":"16526250177960732","imei1":"16526250177960732","imei2":"16526250177960732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193212,"job_number":"JOB_193212","tr_customer_id":193230,"tr_customer_product_id":193220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19419154172062","imei1":"19419154172062","imei2":"19419154172062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193213,"job_number":"JOB_193213","tr_customer_id":193231,"tr_customer_product_id":193221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"Maria Renner","mobile_number":"497-237-0081","email_id":"Frida.Reichert@yahoo.com","dop":"2025-04-06","serial_number":"18146710523540","imei1":"18146710523540","imei2":"18146710523540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193214,"job_number":"JOB_193214","tr_customer_id":193232,"tr_customer_product_id":193222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:23.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Ebony Konopelski","mobile_number":"379-677-9901","email_id":"Rebeka_Rohan23@hotmail.com","dop":"2025-04-06","serial_number":"15666292130020144","imei1":"15666292130020144","imei2":"15666292130020144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193215,"job_number":"JOB_193215","tr_customer_id":193233,"tr_customer_product_id":193223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:24.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12923581199954","imei1":"12923581199954","imei2":"12923581199954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193216,"job_number":"JOB_193216","tr_customer_id":193234,"tr_customer_product_id":193224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:01.000Z","name":"Mireille Rice","mobile_number":"606-589-7942","email_id":"Shakira.Towne@yahoo.com","dop":"2025-04-06","serial_number":"13819929116008","imei1":"13819929116008","imei2":"13819929116008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193217,"job_number":"JOB_193217","tr_customer_id":193235,"tr_customer_product_id":193225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13511130314133","imei1":"13511130314133","imei2":"13511130314133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193218,"job_number":"JOB_193218","tr_customer_id":193236,"tr_customer_product_id":193226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Stevie Mante","mobile_number":"773-208-8173","email_id":"Lia_Goyette@hotmail.com","dop":"2025-04-06","serial_number":"11903249523991","imei1":"11903249523991","imei2":"11903249523991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193219,"job_number":"JOB_193219","tr_customer_id":193237,"tr_customer_product_id":193227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:26.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Alycia Lockman","mobile_number":"719-423-1989","email_id":"Evelyn_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"13015713709632008","imei1":"13015713709632008","imei2":"13015713709632008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193220,"job_number":"JOB_193220","tr_customer_id":193238,"tr_customer_product_id":193228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:27.000Z","modified_at":"2026-02-21T04:18:27.000Z","name":"Kay Lang","mobile_number":"728-479-7780","email_id":"Brant.Grimes82@yahoo.com","dop":"2025-04-06","serial_number":"15564062256417064","imei1":"15564062256417064","imei2":"15564062256417064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193221,"job_number":"JOB_193221","tr_customer_id":193239,"tr_customer_product_id":193229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:29.000Z","modified_at":"2026-02-21T04:18:29.000Z","name":"jatin kumar","mobile_number":"9916519842","email_id":"jatin@gmail.com","dop":"2026-01-04","serial_number":"12638424362370","imei1":"12638424362370","imei2":"112638424362370","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193222,"job_number":"JOB_193222","tr_customer_id":193240,"tr_customer_product_id":193230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"18570618168458","imei1":"18570618168458","imei2":"118570618168458","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193223,"job_number":"JOB_193223","tr_customer_id":193241,"tr_customer_product_id":193231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16012851380641","imei1":"16012851380641","imei2":"16012851380641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193224,"job_number":"JOB_193224","tr_customer_id":193242,"tr_customer_product_id":193232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Herman Swaniawski","mobile_number":"696-202-2398","email_id":"Michel_Davis@gmail.com","dop":"2025-04-06","serial_number":"12599319724646","imei1":"12599319724646","imei2":"12599319724646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193225,"job_number":"JOB_193225","tr_customer_id":193243,"tr_customer_product_id":193233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Gerardo Hayes","mobile_number":"908-801-7127","email_id":"Henry66@yahoo.com","dop":"2026-01-04","serial_number":"14275883237017","imei1":"14275883237017","imei2":"114275883237017","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193226,"job_number":"JOB_193226","tr_customer_id":193244,"tr_customer_product_id":193234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:31.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Adrian Zieme","mobile_number":"328-776-8369","email_id":"Johnathon43@gmail.com","dop":"2025-04-06","serial_number":"13671793343644700","imei1":"13671793343644700","imei2":"13671793343644700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193228,"job_number":"JOB_193228","tr_customer_id":193246,"tr_customer_product_id":193236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19111901357762","imei1":"19111901357762","imei2":"19111901357762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193229,"job_number":"JOB_193229","tr_customer_id":193247,"tr_customer_product_id":193237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"Brisa Rolfson","mobile_number":"477-428-3707","email_id":"Celestine19@yahoo.com","dop":"2000-01-31","serial_number":"10776945958390","imei1":"10776945958390","imei2":"10776945958390","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193230,"job_number":"JOB_193230","tr_customer_id":193248,"tr_customer_product_id":193238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Jadyn Cassin","mobile_number":"938-348-2174","email_id":"Elisabeth3@gmail.com","dop":"2025-04-06","serial_number":"18415278501735","imei1":"18415278501735","imei2":"18415278501735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193231,"job_number":"JOB_193231","tr_customer_id":193249,"tr_customer_product_id":193239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13095132517183","imei1":"13095132517183","imei2":"13095132517183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193232,"job_number":"JOB_193232","tr_customer_id":193250,"tr_customer_product_id":193240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:12.000Z","name":"Eusebio West","mobile_number":"603-962-8940","email_id":"Aimee.Osinski@hotmail.com","dop":"2025-04-06","serial_number":"16814559456626","imei1":"16814559456626","imei2":"16814559456626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193234,"job_number":"JOB_193234","tr_customer_id":193252,"tr_customer_product_id":193242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Unique Klein","mobile_number":"509-958-5251","email_id":"Aurelia_Carter@yahoo.com","dop":"2025-04-06","serial_number":"11286122444010518","imei1":"11286122444010518","imei2":"11286122444010518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193235,"job_number":"JOB_193235","tr_customer_id":193253,"tr_customer_product_id":193243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19546877972077","imei1":"19546877972077","imei2":"19546877972077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193236,"job_number":"JOB_193236","tr_customer_id":193254,"tr_customer_product_id":193244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:18:35.000Z","name":"Lina Harber","mobile_number":"433-284-8822","email_id":"Vanessa_Jacobson27@yahoo.com","dop":"2025-04-06","serial_number":"15176472650643014","imei1":"15176472650643014","imei2":"15176472650643014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193237,"job_number":"JOB_193237","tr_customer_id":193255,"tr_customer_product_id":193245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Matteo Ruecker","mobile_number":"686-737-8988","email_id":"Amely.Koss@yahoo.com","dop":"2025-04-06","serial_number":"13923418628226","imei1":"13923418628226","imei2":"13923418628226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193238,"job_number":"JOB_193238","tr_customer_id":193256,"tr_customer_product_id":193246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:36.000Z","modified_at":"2026-02-21T04:18:36.000Z","name":"Carolyn Wyman","mobile_number":"356-340-5675","email_id":"Sibyl_Hodkiewicz60@yahoo.com","dop":"2025-04-06","serial_number":"11521208348430104","imei1":"11521208348430104","imei2":"11521208348430104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193239,"job_number":"JOB_193239","tr_customer_id":193257,"tr_customer_product_id":193247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:18:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19811677617989","imei1":"19811677617989","imei2":"19811677617989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193240,"job_number":"JOB_193240","tr_customer_id":193258,"tr_customer_product_id":193248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:19:31.000Z","name":"Darlene Yost","mobile_number":"585-209-8716","email_id":"Justine.Blick@gmail.com","dop":"2025-04-06","serial_number":"13648792123068","imei1":"13648792123068","imei2":"13648792123068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193241,"job_number":"JOB_193241","tr_customer_id":193259,"tr_customer_product_id":193249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:55.000Z","modified_at":"2026-02-21T04:18:55.000Z","name":"Watson Wisoky","mobile_number":"249-626-9028","email_id":"Alexa95@yahoo.com","dop":"2025-04-06","serial_number":"11057781569965322","imei1":"11057781569965322","imei2":"11057781569965322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193242,"job_number":"JOB_193242","tr_customer_id":193260,"tr_customer_product_id":193250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10383306459848","imei1":"10383306459848","imei2":"10383306459848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193243,"job_number":"JOB_193243","tr_customer_id":193261,"tr_customer_product_id":193251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:19:34.000Z","name":"Nicklaus Gerhold","mobile_number":"438-430-5558","email_id":"Eugenia38@gmail.com","dop":"2025-04-06","serial_number":"18027293194607","imei1":"18027293194607","imei2":"18027293194607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193244,"job_number":"JOB_193244","tr_customer_id":193262,"tr_customer_product_id":193252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:00.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Hudson Glover","mobile_number":"813-530-1770","email_id":"Selina69@hotmail.com","dop":"2025-04-06","serial_number":"16922682165508476","imei1":"16922682165508476","imei2":"16922682165508476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193245,"job_number":"JOB_193245","tr_customer_id":193263,"tr_customer_product_id":193253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16268405233997","imei1":"16268405233997","imei2":"16268405233997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193246,"job_number":"JOB_193246","tr_customer_id":193264,"tr_customer_product_id":193254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Alysha Wilkinson","mobile_number":"614-822-8021","email_id":"Raven_Hickle70@gmail.com","dop":"2025-04-06","serial_number":"18303012856026","imei1":"18303012856026","imei2":"18303012856026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193247,"job_number":"JOB_193247","tr_customer_id":193265,"tr_customer_product_id":193255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18627518569825","imei1":"18627518569825","imei2":"18627518569825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193248,"job_number":"JOB_193248","tr_customer_id":193266,"tr_customer_product_id":193256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"Providenci Carroll","mobile_number":"402-732-0954","email_id":"Hobart51@yahoo.com","dop":"2025-04-06","serial_number":"14845817504655544","imei1":"14845817504655544","imei2":"14845817504655544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193249,"job_number":"JOB_193249","tr_customer_id":193267,"tr_customer_product_id":193257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:07.000Z","name":"kishore kumar","mobile_number":"9916519843","email_id":"kishore@gmail.com","dop":"2026-01-04","serial_number":"16643799213872","imei1":"16643799213872","imei2":"116643799213872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193250,"job_number":"JOB_193250","tr_customer_id":193268,"tr_customer_product_id":193258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Joannie Predovic","mobile_number":"442-523-9006","email_id":"Rebeka.Gerhold@gmail.com","dop":"2025-04-06","serial_number":"13446975505686","imei1":"13446975505686","imei2":"13446975505686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193251,"job_number":"JOB_193251","tr_customer_id":193269,"tr_customer_product_id":193259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"124358603291322","imei1":"124358603291322","imei2":"1124358603291322","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193252,"job_number":"JOB_193252","tr_customer_id":193270,"tr_customer_product_id":193260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Christ Labadie","mobile_number":"617-475-4291","email_id":"Burnice.Fahey48@gmail.com","dop":"2025-04-06","serial_number":"13901422640897206","imei1":"13901422640897206","imei2":"13901422640897206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193253,"job_number":"JOB_193253","tr_customer_id":193271,"tr_customer_product_id":193261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:38.000Z","name":"Diamond Weimann","mobile_number":"674-543-7692","email_id":"Abigayle.Walker@yahoo.com","dop":"2026-01-04","serial_number":"15963007788435","imei1":"15963007788435","imei2":"115963007788435","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193254,"job_number":"JOB_193254","tr_customer_id":193272,"tr_customer_product_id":193262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13038756759096","imei1":"13038756759096","imei2":"13038756759096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193255,"job_number":"JOB_193255","tr_customer_id":193273,"tr_customer_product_id":193263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:46.000Z","name":"Myah Jast","mobile_number":"756-366-7486","email_id":"Easton.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18396753141538","imei1":"18396753141538","imei2":"18396753141538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193256,"job_number":"JOB_193256","tr_customer_id":193274,"tr_customer_product_id":193264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:10.000Z","modified_at":"2026-02-21T04:19:10.000Z","name":"Providenci Jenkins","mobile_number":"864-858-0510","email_id":"Amalia_Orn13@yahoo.com","dop":"2025-04-06","serial_number":"14690447889379968","imei1":"14690447889379968","imei2":"14690447889379968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193257,"job_number":"JOB_193257","tr_customer_id":193275,"tr_customer_product_id":193265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:17.000Z","modified_at":"2026-02-21T04:19:17.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"18179597064352","imei1":"18179597064352","imei2":"18179597064352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193258,"job_number":"JOB_193258","tr_customer_id":193276,"tr_customer_product_id":193266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:18.000Z","modified_at":"2026-02-21T04:19:53.000Z","name":"Diego McCullough","mobile_number":"531-851-8177","email_id":"Melisa_Price@hotmail.com","dop":"2025-04-06","serial_number":"12556085110551","imei1":"12556085110551","imei2":"12556085110551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193259,"job_number":"JOB_193259","tr_customer_id":193277,"tr_customer_product_id":193267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:19.000Z","modified_at":"2026-02-21T04:19:19.000Z","name":"Ford Schimmel","mobile_number":"424-313-8740","email_id":"Leta_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"15218672295178836","imei1":"15218672295178836","imei2":"15218672295178836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193260,"job_number":"JOB_193260","tr_customer_id":193278,"tr_customer_product_id":193268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:45.000Z","modified_at":"2026-02-21T04:19:45.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"465788618917733","imei1":"465788618917733","imei2":"1465788618917733","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193261,"job_number":"JOB_193261","tr_customer_id":193279,"tr_customer_product_id":193269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:46.000Z","modified_at":"2026-02-21T04:20:15.000Z","name":"Ada Orn","mobile_number":"956-952-4544","email_id":"Evie88@gmail.com","dop":"2026-01-04","serial_number":"10920797590499","imei1":"10920797590499","imei2":"110920797590499","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193262,"job_number":"JOB_193262","tr_customer_id":193280,"tr_customer_product_id":193270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94613706699650","imei1":"94613706699650","imei2":"94613706699650","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193263,"job_number":"JOB_193263","tr_customer_id":193281,"tr_customer_product_id":193271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39710152773976","imei1":"39710152773976","imei2":"39710152773976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193264,"job_number":"JOB_193264","tr_customer_id":193282,"tr_customer_product_id":193272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68389857121207","imei1":"68389857121207","imei2":"68389857121207","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193265,"job_number":"JOB_193265","tr_customer_id":193283,"tr_customer_product_id":193273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41582658091160","imei1":"41582658091160","imei2":"41582658091160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193266,"job_number":"JOB_193266","tr_customer_id":193284,"tr_customer_product_id":193274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35464850622599","imei1":"35464850622599","imei2":"35464850622599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193267,"job_number":"JOB_193267","tr_customer_id":193285,"tr_customer_product_id":193275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47578739436786","imei1":"47578739436786","imei2":"47578739436786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193268,"job_number":"JOB_193268","tr_customer_id":193286,"tr_customer_product_id":193276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:02.000Z","modified_at":"2026-02-21T04:23:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17922120280401","imei1":"17922120280401","imei2":"17922120280401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193269,"job_number":"JOB_193269","tr_customer_id":193287,"tr_customer_product_id":193277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83864129542703","imei1":"83864129542703","imei2":"83864129542703","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193270,"job_number":"JOB_193270","tr_customer_id":193288,"tr_customer_product_id":193278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81432361898285","imei1":"81432361898285","imei2":"81432361898285","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193271,"job_number":"JOB_193271","tr_customer_id":193289,"tr_customer_product_id":193279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76518970407132","imei1":"76518970407132","imei2":"76518970407132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193272,"job_number":"JOB_193272","tr_customer_id":193290,"tr_customer_product_id":193280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42015010723959","imei1":"42015010723959","imei2":"42015010723959","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193273,"job_number":"JOB_193273","tr_customer_id":193291,"tr_customer_product_id":193281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77929729566074","imei1":"77929729566074","imei2":"77929729566074","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193274,"job_number":"JOB_193274","tr_customer_id":193292,"tr_customer_product_id":193282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53362810062978","imei1":"53362810062978","imei2":"53362810062978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193275,"job_number":"JOB_193275","tr_customer_id":193293,"tr_customer_product_id":193283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:30.000Z","modified_at":"2026-02-21T04:23:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73104477557347","imei1":"73104477557347","imei2":"73104477557347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193276,"job_number":"JOB_193276","tr_customer_id":193294,"tr_customer_product_id":193284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66851271523103","imei1":"66851271523103","imei2":"66851271523103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193277,"job_number":"JOB_193277","tr_customer_id":193295,"tr_customer_product_id":193285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54079663136425","imei1":"54079663136425","imei2":"54079663136425","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193278,"job_number":"JOB_193278","tr_customer_id":193296,"tr_customer_product_id":193286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36060468904580","imei1":"36060468904580","imei2":"36060468904580","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193279,"job_number":"JOB_193279","tr_customer_id":193297,"tr_customer_product_id":193287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20144822071919","imei1":"20144822071919","imei2":"20144822071919","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193280,"job_number":"JOB_193280","tr_customer_id":193298,"tr_customer_product_id":193288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12388575627601","imei1":"12388575627601","imei2":"12388575627601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193281,"job_number":"JOB_193281","tr_customer_id":193299,"tr_customer_product_id":193289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40241229487391","imei1":"40241229487391","imei2":"40241229487391","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193282,"job_number":"JOB_193282","tr_customer_id":193300,"tr_customer_product_id":193290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:24:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26508697618730","imei1":"26508697618730","imei2":"26508697618730","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193283,"job_number":"JOB_193283","tr_customer_id":193301,"tr_customer_product_id":193291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:23.000Z","modified_at":"2026-02-21T04:36:23.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"27165971875310","imei1":"27165971875310","imei2":"27165971875310","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193284,"job_number":"JOB_193284","tr_customer_id":193302,"tr_customer_product_id":193292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:24.000Z","modified_at":"2026-02-21T04:36:52.000Z","name":"Leora Miller","mobile_number":"672-543-3845","email_id":"Chasity54@gmail.com","dop":"2024-08-17","serial_number":"73932246645475","imei1":"73932246645475","imei2":"73932246645475","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193285,"job_number":"JOB_193285","tr_customer_id":193303,"tr_customer_product_id":193293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:36:56.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"27385658375274","imei1":"27385658375274","imei2":"27385658375274","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193286,"job_number":"JOB_193286","tr_customer_id":193304,"tr_customer_product_id":193294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:37:23.000Z","name":"Kristoffer Cremin","mobile_number":"202-436-0101","email_id":"Jazmyn.Hackett@gmail.com","dop":"2024-08-17","serial_number":"90388279891731","imei1":"90388279891731","imei2":"90388279891731","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193287,"job_number":"JOB_193287","tr_customer_id":193305,"tr_customer_product_id":193295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:27.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"18073115262912","imei1":"18073115262912","imei2":"18073115262912","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193288,"job_number":"JOB_193288","tr_customer_id":193306,"tr_customer_product_id":193296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:54.000Z","name":"Jaquelin Grimes","mobile_number":"502-663-5597","email_id":"Cynthia_Kessler54@hotmail.com","dop":"2024-08-17","serial_number":"89858708469995","imei1":"89858708469995","imei2":"89858708469995","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193289,"job_number":"JOB_193289","tr_customer_id":193307,"tr_customer_product_id":193297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:44:44.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"85971296172529","imei1":"85971296172529","imei2":"85971296172529","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193290,"job_number":"JOB_193290","tr_customer_id":193308,"tr_customer_product_id":193298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:45:12.000Z","name":"Leonard Hilll","mobile_number":"870-707-9907","email_id":"Randall_Rice@gmail.com","dop":"2024-08-17","serial_number":"93945081104275","imei1":"93945081104275","imei2":"93945081104275","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193291,"job_number":"JOB_193291","tr_customer_id":193309,"tr_customer_product_id":193299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:16.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"56752552254015","imei1":"56752552254015","imei2":"56752552254015","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193292,"job_number":"JOB_193292","tr_customer_id":193310,"tr_customer_product_id":193300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:42.000Z","name":"Carolyne Funk","mobile_number":"883-396-6498","email_id":"Isom10@hotmail.com","dop":"2024-08-17","serial_number":"34307952831873","imei1":"34307952831873","imei2":"34307952831873","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193293,"job_number":"JOB_193293","tr_customer_id":193311,"tr_customer_product_id":193301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:45:46.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"71929610676402","imei1":"71929610676402","imei2":"71929610676402","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193294,"job_number":"JOB_193294","tr_customer_id":193312,"tr_customer_product_id":193302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:46:12.000Z","name":"Zachary McGlynn","mobile_number":"697-307-6790","email_id":"Angelica_Durgan@yahoo.com","dop":"2024-08-17","serial_number":"97779585737244","imei1":"97779585737244","imei2":"97779585737244","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193295,"job_number":"JOB_193295","tr_customer_id":193313,"tr_customer_product_id":193303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:47:51.000Z","modified_at":"2026-02-21T04:47:51.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-11","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-11T04:47:50.703417403Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193296,"job_number":"JOB_193296","tr_customer_id":193314,"tr_customer_product_id":193304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:42.000Z","modified_at":"2026-02-21T05:03:42.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"50207083622072","imei1":"50207083622072","imei2":"50207083622072","popurl":"2026-02-11T05:03:41.877363349Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193297,"job_number":"JOB_193297","tr_customer_id":193315,"tr_customer_product_id":193305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:53.000Z","modified_at":"2026-02-21T05:03:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"69344723181843","imei1":"69344723181843","imei2":"69344723181843","popurl":"2026-02-11T05:03:53.305916863Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193298,"job_number":"JOB_193298","tr_customer_id":193316,"tr_customer_product_id":193306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:55.000Z","modified_at":"2026-02-21T05:08:55.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104354582838406","imei1":"104354582838406","imei2":"104354582838406","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193299,"job_number":"JOB_193299","tr_customer_id":193317,"tr_customer_product_id":193307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:56.000Z","modified_at":"2026-02-21T05:09:06.000Z","name":"Camren Zieme","mobile_number":"921-905-4658","email_id":"Leopoldo.Quigley73@hotmail.com","dop":"2025-07-01","serial_number":"107558180908237","imei1":"107558180908237","imei2":"107558180908237","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193300,"job_number":"JOB_193300","tr_customer_id":193318,"tr_customer_product_id":193308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:08.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103460285105657","imei1":"103460285105657","imei2":"103460285105657","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193301,"job_number":"JOB_193301","tr_customer_id":193319,"tr_customer_product_id":193309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:17.000Z","name":"Arvel Dickinson","mobile_number":"346-385-2962","email_id":"Katlyn.Considine96@yahoo.com","dop":"2025-07-01","serial_number":"100049141429909","imei1":"100049141429909","imei2":"100049141429909","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193302,"job_number":"JOB_193302","tr_customer_id":193320,"tr_customer_product_id":193310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:21:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17454307897849","imei1":"17454307897849","imei2":"17454307897849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193303,"job_number":"JOB_193303","tr_customer_id":193321,"tr_customer_product_id":193311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:22:19.000Z","name":"Lizzie Bogan","mobile_number":"442-276-6765","email_id":"Melissa_Stark@yahoo.com","dop":"2025-04-06","serial_number":"14811874004044","imei1":"14811874004044","imei2":"14811874004044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193304,"job_number":"JOB_193304","tr_customer_id":193322,"tr_customer_product_id":193312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:43.000Z","modified_at":"2026-02-21T05:21:43.000Z","name":"Fredrick Klocko","mobile_number":"694-236-5956","email_id":"Montana.Predovic@gmail.com","dop":"2025-04-06","serial_number":"12783223683672104","imei1":"12783223683672104","imei2":"12783223683672104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193305,"job_number":"JOB_193305","tr_customer_id":193323,"tr_customer_product_id":193313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:26.000Z","modified_at":"2026-02-21T05:22:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12594280943157","imei1":"12594280943157","imei2":"12594280943157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193306,"job_number":"JOB_193306","tr_customer_id":193324,"tr_customer_product_id":193314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:27.000Z","modified_at":"2026-02-21T05:23:04.000Z","name":"Enos Marvin","mobile_number":"282-492-5837","email_id":"Sylvan10@gmail.com","dop":"2025-04-06","serial_number":"10743005981680","imei1":"10743005981680","imei2":"10743005981680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193307,"job_number":"JOB_193307","tr_customer_id":193325,"tr_customer_product_id":193315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:28.000Z","modified_at":"2026-02-21T05:22:28.000Z","name":"Tremayne Harber","mobile_number":"411-308-8450","email_id":"Johnathon66@hotmail.com","dop":"2025-04-06","serial_number":"12621197507760120","imei1":"12621197507760120","imei2":"12621197507760120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193308,"job_number":"JOB_193308","tr_customer_id":193326,"tr_customer_product_id":193316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12532814367686","imei1":"12532814367686","imei2":"12532814367686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193309,"job_number":"JOB_193309","tr_customer_id":193327,"tr_customer_product_id":193317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:49.000Z","name":"Tyrel Wilderman","mobile_number":"513-509-6426","email_id":"Nathaniel.Blick52@hotmail.com","dop":"2025-04-06","serial_number":"13283692881048","imei1":"13283692881048","imei2":"13283692881048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193310,"job_number":"JOB_193310","tr_customer_id":193328,"tr_customer_product_id":193318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:13.000Z","modified_at":"2026-02-21T05:23:13.000Z","name":"Lindsey Heidenreich","mobile_number":"999-790-8304","email_id":"Andreanne_Brown@hotmail.com","dop":"2025-04-06","serial_number":"10533575793331294","imei1":"10533575793331294","imei2":"10533575793331294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193311,"job_number":"JOB_193311","tr_customer_id":193329,"tr_customer_product_id":193319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:37.000Z","modified_at":"2026-02-21T05:26:10.000Z","name":"Domenica Collins","mobile_number":"746-339-7800","email_id":"Austin5@gmail.com","dop":"2025-04-06","serial_number":"12427435221920","imei1":"12427435221920","imei2":"12427435221920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193312,"job_number":"JOB_193312","tr_customer_id":193330,"tr_customer_product_id":193320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:38.000Z","modified_at":"2026-02-21T05:25:38.000Z","name":"Tod Adams","mobile_number":"555-471-5521","email_id":"Terry65@hotmail.com","dop":"2025-04-06","serial_number":"10788498118391618","imei1":"10788498118391618","imei2":"10788498118391618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193313,"job_number":"JOB_193313","tr_customer_id":193331,"tr_customer_product_id":193321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:57.000Z","modified_at":"2026-02-21T05:26:30.000Z","name":"Zelda Powlowski","mobile_number":"314-972-3649","email_id":"Elisabeth.Labadie95@hotmail.com","dop":"2025-04-06","serial_number":"13175201564904","imei1":"13175201564904","imei2":"13175201564904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193314,"job_number":"JOB_193314","tr_customer_id":193332,"tr_customer_product_id":193322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:58.000Z","modified_at":"2026-02-21T05:25:58.000Z","name":"Devin Price","mobile_number":"753-402-3495","email_id":"Loren_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"18368798924738108","imei1":"18368798924738108","imei2":"18368798924738108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193315,"job_number":"JOB_193315","tr_customer_id":193333,"tr_customer_product_id":193323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16996298937302","imei1":"16996298937302","imei2":"16996298937302","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193316,"job_number":"JOB_193316","tr_customer_id":193334,"tr_customer_product_id":193324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:35.000Z","name":"Kobe Bernier","mobile_number":"552-489-2552","email_id":"Monica54@yahoo.com","dop":"2025-12-01","serial_number":"11360939792248","imei1":"11360939792248","imei2":"11360939792248","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193317,"job_number":"JOB_193317","tr_customer_id":193335,"tr_customer_product_id":193325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:39.000Z","modified_at":"2026-02-21T05:27:39.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"16111077593504","imei1":"16111077593504","imei2":"16111077593504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193318,"job_number":"JOB_193318","tr_customer_id":193336,"tr_customer_product_id":193326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:40.000Z","modified_at":"2026-02-21T05:27:50.000Z","name":"Joannie Gutmann","mobile_number":"463-795-0151","email_id":"Armando.Dietrich@gmail.com","dop":"2025-12-01","serial_number":"12499062602301","imei1":"12499062602301","imei2":"12499062602301","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193319,"job_number":"JOB_193319","tr_customer_id":193337,"tr_customer_product_id":193327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:53.000Z","modified_at":"2026-02-21T05:27:53.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11077466088063","imei1":"11077466088063","imei2":"11077466088063","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193320,"job_number":"JOB_193320","tr_customer_id":193338,"tr_customer_product_id":193328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:54.000Z","modified_at":"2026-02-21T05:28:04.000Z","name":"Bethany Deckow","mobile_number":"314-987-5620","email_id":"Kaylee_Jast@hotmail.com","dop":"2025-12-01","serial_number":"11106351049331","imei1":"11106351049331","imei2":"11106351049331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193328,"job_number":"JOB_193328","tr_customer_id":193346,"tr_customer_product_id":193336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:57:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14500180749723","imei1":"14500180749723","imei2":"14500180749723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193329,"job_number":"JOB_193329","tr_customer_id":193347,"tr_customer_product_id":193337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:58:00.000Z","name":"Myriam Connelly","mobile_number":"999-651-0551","email_id":"Eulalia.Bartell27@yahoo.com","dop":"2025-04-06","serial_number":"13447435050349","imei1":"13447435050349","imei2":"13447435050349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193330,"job_number":"JOB_193330","tr_customer_id":193348,"tr_customer_product_id":193338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:29.000Z","modified_at":"2026-02-21T06:57:29.000Z","name":"Katelin Hilpert","mobile_number":"639-249-0766","email_id":"Ole54@gmail.com","dop":"2025-04-06","serial_number":"17990608843684352","imei1":"17990608843684352","imei2":"17990608843684352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193331,"job_number":"JOB_193331","tr_customer_id":193349,"tr_customer_product_id":193339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:05.000Z","modified_at":"2026-02-21T06:58:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12411661589835","imei1":"12411661589835","imei2":"12411661589835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193332,"job_number":"JOB_193332","tr_customer_id":193350,"tr_customer_product_id":193340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:06.000Z","modified_at":"2026-02-21T06:58:35.000Z","name":"Demarcus Powlowski","mobile_number":"717-880-0942","email_id":"Manuel80@hotmail.com","dop":"2025-04-06","serial_number":"13577442173085","imei1":"13577442173085","imei2":"13577442173085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193333,"job_number":"JOB_193333","tr_customer_id":193351,"tr_customer_product_id":193341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:07.000Z","modified_at":"2026-02-21T06:58:07.000Z","name":"Walker DuBuque","mobile_number":"355-903-4157","email_id":"Lina8@hotmail.com","dop":"2025-04-06","serial_number":"11606565818430918","imei1":"11606565818430918","imei2":"11606565818430918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193334,"job_number":"JOB_193334","tr_customer_id":193352,"tr_customer_product_id":193342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:58:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14826284907109","imei1":"14826284907109","imei2":"14826284907109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193335,"job_number":"JOB_193335","tr_customer_id":193353,"tr_customer_product_id":193343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:59:14.000Z","name":"Vern Rohan","mobile_number":"239-832-3482","email_id":"Freeman83@gmail.com","dop":"2025-04-06","serial_number":"11275658806153","imei1":"11275658806153","imei2":"11275658806153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193336,"job_number":"JOB_193336","tr_customer_id":193354,"tr_customer_product_id":193344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:41.000Z","modified_at":"2026-02-21T06:58:41.000Z","name":"Modesta Feest","mobile_number":"994-204-4972","email_id":"Antonietta75@hotmail.com","dop":"2025-04-06","serial_number":"14013384807474776","imei1":"14013384807474776","imei2":"14013384807474776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193337,"job_number":"JOB_193337","tr_customer_id":193355,"tr_customer_product_id":193345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:51.000Z","modified_at":"2026-02-21T07:00:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14615375139250","imei1":"14615375139250","imei2":"14615375139250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193338,"job_number":"JOB_193338","tr_customer_id":193356,"tr_customer_product_id":193346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:52.000Z","modified_at":"2026-02-21T07:01:23.000Z","name":"Amari Zemlak","mobile_number":"988-744-5187","email_id":"Shaun_Nader19@gmail.com","dop":"2025-04-06","serial_number":"18264054840186","imei1":"18264054840186","imei2":"18264054840186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193339,"job_number":"JOB_193339","tr_customer_id":193357,"tr_customer_product_id":193347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:53.000Z","modified_at":"2026-02-21T07:00:53.000Z","name":"Keven Shanahan","mobile_number":"656-274-3855","email_id":"Laurianne.Mosciski@hotmail.com","dop":"2025-04-06","serial_number":"10520093004004100","imei1":"10520093004004100","imei2":"10520093004004100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193340,"job_number":"JOB_193340","tr_customer_id":193358,"tr_customer_product_id":193348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:28.000Z","modified_at":"2026-02-21T07:01:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13541032706944","imei1":"13541032706944","imei2":"13541032706944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193341,"job_number":"JOB_193341","tr_customer_id":193359,"tr_customer_product_id":193349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:29.000Z","modified_at":"2026-02-21T07:01:59.000Z","name":"Elliott Treutel","mobile_number":"585-487-3139","email_id":"Keely.Wyman94@yahoo.com","dop":"2025-04-06","serial_number":"18631824641252","imei1":"18631824641252","imei2":"18631824641252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193342,"job_number":"JOB_193342","tr_customer_id":193360,"tr_customer_product_id":193350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:30.000Z","modified_at":"2026-02-21T07:01:30.000Z","name":"Alexanne Howe","mobile_number":"988-775-9998","email_id":"Makayla_Berge9@hotmail.com","dop":"2025-04-06","serial_number":"15364999435655256","imei1":"15364999435655256","imei2":"15364999435655256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193343,"job_number":"JOB_193343","tr_customer_id":193361,"tr_customer_product_id":193351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:04.000Z","modified_at":"2026-02-21T07:02:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12046156800606","imei1":"12046156800606","imei2":"12046156800606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193344,"job_number":"JOB_193344","tr_customer_id":193362,"tr_customer_product_id":193352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:35.000Z","name":"Ursula Medhurst","mobile_number":"788-951-0752","email_id":"Mara_Gulgowski62@hotmail.com","dop":"2025-04-06","serial_number":"14733874466324","imei1":"14733874466324","imei2":"14733874466324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193345,"job_number":"JOB_193345","tr_customer_id":193363,"tr_customer_product_id":193353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:05.000Z","name":"Arno Denesik","mobile_number":"715-555-8519","email_id":"Elta.Hoppe@hotmail.com","dop":"2025-04-06","serial_number":"12222153548494696","imei1":"12222153548494696","imei2":"12222153548494696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193346,"job_number":"JOB_193346","tr_customer_id":193364,"tr_customer_product_id":193354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:04:33.000Z","modified_at":"2026-02-21T07:04:33.000Z","name":"Sarla Mishra","mobile_number":"975641477","email_id":"abhaya.sharma@yahoo.co.in","dop":"2026-02-11","serial_number":"663805604905026","imei1":"663805604905026","imei2":"663805604905026","popurl":"www.abhaidev-naik.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193347,"job_number":"JOB_193347","tr_customer_id":193365,"tr_customer_product_id":193355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:26:53.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"14720838700539","imei1":"14720838700539","imei2":"14720838700539","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193348,"job_number":"JOB_193348","tr_customer_id":193366,"tr_customer_product_id":193356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:27:29.000Z","name":"Carleton Ratke","mobile_number":"358-266-6918","email_id":"Norwood.Reilly@hotmail.com","dop":"2025-08-24","serial_number":"11487694945416","imei1":"11487694945416","imei2":"11487694945416","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193349,"job_number":"JOB_193349","tr_customer_id":193367,"tr_customer_product_id":193357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:54.000Z","modified_at":"2026-02-21T07:26:54.000Z","name":"Flavio Grant","mobile_number":"692-710-6183","email_id":"Rebecca_Ryan14@gmail.com","dop":"2025-08-24","serial_number":"1037453169281561","imei1":"1037453169281561","imei2":"1037453169281561","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193350,"job_number":"JOB_193350","tr_customer_id":193368,"tr_customer_product_id":193358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:35.000Z","modified_at":"2026-02-21T07:27:35.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17005161525366","imei1":"17005161525366","imei2":"17005161525366","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193351,"job_number":"JOB_193351","tr_customer_id":193369,"tr_customer_product_id":193359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:36.000Z","modified_at":"2026-02-21T07:28:11.000Z","name":"Daniela Gleichner","mobile_number":"445-986-8869","email_id":"Rashad_Bechtelar@yahoo.com","dop":"2025-08-24","serial_number":"13970668585595","imei1":"13970668585595","imei2":"13970668585595","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193352,"job_number":"JOB_193352","tr_customer_id":193370,"tr_customer_product_id":193360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:37.000Z","modified_at":"2026-02-21T07:27:37.000Z","name":"Rita Stokes","mobile_number":"852-224-3961","email_id":"Leopold_Schuster75@yahoo.com","dop":"2025-08-24","serial_number":"1067373335692890","imei1":"1067373335692890","imei2":"1067373335692890","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193353,"job_number":"JOB_193353","tr_customer_id":193371,"tr_customer_product_id":193361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:18.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"18814550219868","imei1":"18814550219868","imei2":"18814550219868","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193354,"job_number":"JOB_193354","tr_customer_id":193372,"tr_customer_product_id":193362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:53.000Z","name":"Geovanny Jacobs","mobile_number":"661-289-5384","email_id":"Amparo_Erdman14@hotmail.com","dop":"2025-08-24","serial_number":"14983299584520","imei1":"14983299584520","imei2":"14983299584520","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193355,"job_number":"JOB_193355","tr_customer_id":193373,"tr_customer_product_id":193363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:20.000Z","modified_at":"2026-02-21T07:28:20.000Z","name":"Noemie Strosin","mobile_number":"926-246-8584","email_id":"Ottis89@yahoo.com","dop":"2025-08-24","serial_number":"1087887588560128","imei1":"1087887588560128","imei2":"1087887588560128","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193356,"job_number":"JOB_193356","tr_customer_id":193374,"tr_customer_product_id":193364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:07.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12818600653089","imei1":"12818600653089","imei2":"12818600653089","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193357,"job_number":"JOB_193357","tr_customer_id":193375,"tr_customer_product_id":193365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:43.000Z","name":"Johann Harris","mobile_number":"232-519-0283","email_id":"Joanny17@yahoo.com","dop":"2025-08-24","serial_number":"11791771717087","imei1":"11791771717087","imei2":"11791771717087","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193358,"job_number":"JOB_193358","tr_customer_id":193376,"tr_customer_product_id":193366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:08.000Z","modified_at":"2026-02-21T07:31:08.000Z","name":"Monroe Bode","mobile_number":"384-649-0563","email_id":"Jackeline.Toy8@yahoo.com","dop":"2025-08-24","serial_number":"1017147976680088","imei1":"1017147976680088","imei2":"1017147976680088","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193359,"job_number":"JOB_193359","tr_customer_id":193377,"tr_customer_product_id":193367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:31:50.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"12036851561100","imei1":"12036851561100","imei2":"12036851561100","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193360,"job_number":"JOB_193360","tr_customer_id":193378,"tr_customer_product_id":193368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:32:26.000Z","name":"Mason Towne","mobile_number":"724-812-1647","email_id":"Matt.Daugherty59@gmail.com","dop":"2025-08-24","serial_number":"16487528353046","imei1":"16487528353046","imei2":"16487528353046","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193361,"job_number":"JOB_193361","tr_customer_id":193379,"tr_customer_product_id":193369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:51.000Z","modified_at":"2026-02-21T07:31:51.000Z","name":"Maximilian Bergnaum","mobile_number":"214-767-3524","email_id":"Emilio.Barton11@yahoo.com","dop":"2025-08-24","serial_number":"1005105062718217","imei1":"1005105062718217","imei2":"1005105062718217","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193362,"job_number":"JOB_193362","tr_customer_id":193380,"tr_customer_product_id":193370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:32:33.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19405530719267","imei1":"19405530719267","imei2":"19405530719267","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193363,"job_number":"JOB_193363","tr_customer_id":193381,"tr_customer_product_id":193371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:33:08.000Z","name":"Alexys Bernhard","mobile_number":"920-734-5675","email_id":"Pattie.Muller39@gmail.com","dop":"2025-08-24","serial_number":"16618505534438","imei1":"16618505534438","imei2":"16618505534438","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193364,"job_number":"JOB_193364","tr_customer_id":193382,"tr_customer_product_id":193372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:34.000Z","modified_at":"2026-02-21T07:32:34.000Z","name":"Merle Kuhic","mobile_number":"880-920-6502","email_id":"Alek_Murphy@yahoo.com","dop":"2025-08-24","serial_number":"1020156372357939","imei1":"1020156372357939","imei2":"1020156372357939","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193365,"job_number":"JOB_193365","tr_customer_id":193383,"tr_customer_product_id":193373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:35:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14435403003308","imei1":"14435403003308","imei2":"14435403003308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193366,"job_number":"JOB_193366","tr_customer_id":193384,"tr_customer_product_id":193374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:36:27.000Z","name":"Viola Will","mobile_number":"263-726-4307","email_id":"Linnea30@yahoo.com","dop":"2025-04-06","serial_number":"11316960858598","imei1":"11316960858598","imei2":"11316960858598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193367,"job_number":"JOB_193367","tr_customer_id":193385,"tr_customer_product_id":193375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:58.000Z","modified_at":"2026-02-21T07:35:58.000Z","name":"Kristy Stroman","mobile_number":"957-257-1508","email_id":"Agustin.Cartwright55@gmail.com","dop":"2025-04-06","serial_number":"17827110094024082","imei1":"17827110094024082","imei2":"17827110094024082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193368,"job_number":"JOB_193368","tr_customer_id":193386,"tr_customer_product_id":193376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:36:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16877913902943","imei1":"16877913902943","imei2":"16877913902943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193369,"job_number":"JOB_193369","tr_customer_id":193387,"tr_customer_product_id":193377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:37:03.000Z","name":"Laurine Gottlieb","mobile_number":"351-584-1940","email_id":"Wilfrid_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"16378797833665","imei1":"16378797833665","imei2":"16378797833665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193370,"job_number":"JOB_193370","tr_customer_id":193388,"tr_customer_product_id":193378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:33.000Z","modified_at":"2026-02-21T07:36:33.000Z","name":"Orion Cole","mobile_number":"825-802-8481","email_id":"Electa81@hotmail.com","dop":"2025-04-06","serial_number":"18482641818318780","imei1":"18482641818318780","imei2":"18482641818318780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193371,"job_number":"JOB_193371","tr_customer_id":193389,"tr_customer_product_id":193379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409082647918","imei1":"10409082647918","imei2":"10409082647918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193372,"job_number":"JOB_193372","tr_customer_id":193390,"tr_customer_product_id":193380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:41.000Z","name":"Rhett Skiles","mobile_number":"303-250-7166","email_id":"Ricardo.Leuschke6@yahoo.com","dop":"2025-04-06","serial_number":"13700896357600","imei1":"13700896357600","imei2":"13700896357600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193373,"job_number":"JOB_193373","tr_customer_id":193391,"tr_customer_product_id":193381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:09.000Z","modified_at":"2026-02-21T07:37:09.000Z","name":"Elisa Murray","mobile_number":"838-352-8357","email_id":"Jason_Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"13107282216834658","imei1":"13107282216834658","imei2":"13107282216834658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193374,"job_number":"JOB_193374","tr_customer_id":193392,"tr_customer_product_id":193382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:55.000Z","modified_at":"2026-02-21T07:37:55.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11306756058129","imei1":"11306756058129","imei2":"11306756058129","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193375,"job_number":"JOB_193375","tr_customer_id":193393,"tr_customer_product_id":193383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:56.000Z","modified_at":"2026-02-21T07:38:32.000Z","name":"Jules Auer","mobile_number":"651-559-1121","email_id":"Connie.Fadel88@gmail.com","dop":"2025-08-24","serial_number":"17252636890148","imei1":"17252636890148","imei2":"17252636890148","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193376,"job_number":"JOB_193376","tr_customer_id":193394,"tr_customer_product_id":193384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:57.000Z","modified_at":"2026-02-21T07:37:57.000Z","name":"Daphney Oberbrunner","mobile_number":"341-496-0383","email_id":"Ken88@gmail.com","dop":"2025-08-24","serial_number":"1040493187142260","imei1":"1040493187142260","imei2":"1040493187142260","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193377,"job_number":"JOB_193377","tr_customer_id":193395,"tr_customer_product_id":193385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:38:39.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19612044195453","imei1":"19612044195453","imei2":"19612044195453","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193378,"job_number":"JOB_193378","tr_customer_id":193396,"tr_customer_product_id":193386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:39:15.000Z","name":"Paolo Connelly","mobile_number":"470-795-3780","email_id":"Roy.Stiedemann80@hotmail.com","dop":"2025-08-24","serial_number":"10895689678170","imei1":"10895689678170","imei2":"10895689678170","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193379,"job_number":"JOB_193379","tr_customer_id":193397,"tr_customer_product_id":193387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:41.000Z","modified_at":"2026-02-21T07:38:41.000Z","name":"Jaylin O'Hara","mobile_number":"972-788-4181","email_id":"Onie.Shanahan36@hotmail.com","dop":"2025-08-24","serial_number":"1086245263028934","imei1":"1086245263028934","imei2":"1086245263028934","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193380,"job_number":"JOB_193380","tr_customer_id":193398,"tr_customer_product_id":193388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:22.000Z","modified_at":"2026-02-21T07:39:22.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19566412732163","imei1":"19566412732163","imei2":"19566412732163","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193381,"job_number":"JOB_193381","tr_customer_id":193399,"tr_customer_product_id":193389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:23.000Z","modified_at":"2026-02-21T07:39:58.000Z","name":"Colby Dare","mobile_number":"539-894-4176","email_id":"Tommie.Botsford49@gmail.com","dop":"2025-08-24","serial_number":"10553969009289","imei1":"10553969009289","imei2":"10553969009289","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193382,"job_number":"JOB_193382","tr_customer_id":193400,"tr_customer_product_id":193390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:24.000Z","modified_at":"2026-02-21T07:39:24.000Z","name":"Joel Jones","mobile_number":"678-852-4682","email_id":"Cecelia_Funk@yahoo.com","dop":"2025-08-24","serial_number":"1041561432726379","imei1":"1041561432726379","imei2":"1041561432726379","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193383,"job_number":"JOB_193383","tr_customer_id":193401,"tr_customer_product_id":193391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:41:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10117309860320","imei1":"10117309860320","imei2":"10117309860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193384,"job_number":"JOB_193384","tr_customer_id":193402,"tr_customer_product_id":193392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:42:10.000Z","name":"Darrell Kohler","mobile_number":"415-937-4218","email_id":"Rosendo_Tromp35@yahoo.com","dop":"2025-04-06","serial_number":"12070978891166","imei1":"12070978891166","imei2":"12070978891166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193385,"job_number":"JOB_193385","tr_customer_id":193403,"tr_customer_product_id":193393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:41.000Z","modified_at":"2026-02-21T07:41:41.000Z","name":"Estelle Weber","mobile_number":"624-711-8027","email_id":"Rosario51@hotmail.com","dop":"2025-04-06","serial_number":"11403399497092734","imei1":"11403399497092734","imei2":"11403399497092734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193386,"job_number":"JOB_193386","tr_customer_id":193404,"tr_customer_product_id":193394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:15.000Z","modified_at":"2026-02-21T07:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16388964942987","imei1":"16388964942987","imei2":"16388964942987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193387,"job_number":"JOB_193387","tr_customer_id":193405,"tr_customer_product_id":193395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:16.000Z","modified_at":"2026-02-21T07:42:51.000Z","name":"German Kilback","mobile_number":"849-626-2312","email_id":"Mariane_Franecki26@gmail.com","dop":"2025-04-06","serial_number":"16439057314077","imei1":"16439057314077","imei2":"16439057314077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193388,"job_number":"JOB_193388","tr_customer_id":193406,"tr_customer_product_id":193396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:17.000Z","modified_at":"2026-02-21T07:42:17.000Z","name":"Madaline Kling","mobile_number":"509-886-4437","email_id":"Trevor35@yahoo.com","dop":"2025-04-06","serial_number":"13918570880312850","imei1":"13918570880312850","imei2":"13918570880312850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193389,"job_number":"JOB_193389","tr_customer_id":193407,"tr_customer_product_id":193397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:56.000Z","modified_at":"2026-02-21T07:42:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19158717903805","imei1":"19158717903805","imei2":"19158717903805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193390,"job_number":"JOB_193390","tr_customer_id":193408,"tr_customer_product_id":193398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:57.000Z","modified_at":"2026-02-21T07:43:31.000Z","name":"Theo Ortiz","mobile_number":"905-320-7906","email_id":"Coy_Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"12991638732410","imei1":"12991638732410","imei2":"12991638732410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193391,"job_number":"JOB_193391","tr_customer_id":193409,"tr_customer_product_id":193399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:58.000Z","modified_at":"2026-02-21T07:42:58.000Z","name":"Breanna Roob","mobile_number":"311-665-1228","email_id":"Elfrieda_Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"19090023186950096","imei1":"19090023186950096","imei2":"19090023186950096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193392,"job_number":"JOB_193392","tr_customer_id":193410,"tr_customer_product_id":193400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:24.000Z","modified_at":"2026-02-21T07:44:24.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"17942583115803","imei1":"17942583115803","imei2":"17942583115803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193393,"job_number":"JOB_193393","tr_customer_id":193411,"tr_customer_product_id":193401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:25.000Z","modified_at":"2026-02-21T07:45:01.000Z","name":"Gregg McDermott","mobile_number":"945-710-4122","email_id":"Hertha_Johnston@hotmail.com","dop":"2025-08-24","serial_number":"16033096175723","imei1":"16033096175723","imei2":"16033096175723","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193394,"job_number":"JOB_193394","tr_customer_id":193412,"tr_customer_product_id":193402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:26.000Z","modified_at":"2026-02-21T07:44:26.000Z","name":"Manuela Langworth","mobile_number":"708-745-6938","email_id":"Heaven45@gmail.com","dop":"2025-08-24","serial_number":"1076324782314125","imei1":"1076324782314125","imei2":"1076324782314125","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193395,"job_number":"JOB_193395","tr_customer_id":193413,"tr_customer_product_id":193403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:08.000Z","modified_at":"2026-02-21T07:45:08.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17393220884968","imei1":"17393220884968","imei2":"17393220884968","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193396,"job_number":"JOB_193396","tr_customer_id":193414,"tr_customer_product_id":193404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:09.000Z","modified_at":"2026-02-21T07:45:45.000Z","name":"Marcella Miller","mobile_number":"884-310-8276","email_id":"Davion_Smitham@hotmail.com","dop":"2025-08-24","serial_number":"11883637593341","imei1":"11883637593341","imei2":"11883637593341","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193397,"job_number":"JOB_193397","tr_customer_id":193415,"tr_customer_product_id":193405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:10.000Z","modified_at":"2026-02-21T07:45:10.000Z","name":"Karolann Rath","mobile_number":"794-950-5400","email_id":"Abelardo.Balistreri@gmail.com","dop":"2025-08-24","serial_number":"1014511479967130","imei1":"1014511479967130","imei2":"1014511479967130","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193398,"job_number":"JOB_193398","tr_customer_id":193416,"tr_customer_product_id":193406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:45:52.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11613119694321","imei1":"11613119694321","imei2":"11613119694321","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193399,"job_number":"JOB_193399","tr_customer_id":193417,"tr_customer_product_id":193407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:46:29.000Z","name":"Naomi Beahan","mobile_number":"545-964-7483","email_id":"Alta_Hirthe@hotmail.com","dop":"2025-08-24","serial_number":"11605371628980","imei1":"11605371628980","imei2":"11605371628980","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193400,"job_number":"JOB_193400","tr_customer_id":193418,"tr_customer_product_id":193408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:53.000Z","modified_at":"2026-02-21T07:45:53.000Z","name":"Polly Ritchie","mobile_number":"391-904-8976","email_id":"Elliot52@hotmail.com","dop":"2025-08-24","serial_number":"1098665647093363","imei1":"1098665647093363","imei2":"1098665647093363","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193401,"job_number":"JOB_193401","tr_customer_id":193419,"tr_customer_product_id":193409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:47.000Z","modified_at":"2026-02-21T07:49:26.000Z","name":"Kane Sanford","mobile_number":"443-612-9487","email_id":"Arielle18@gmail.com","dop":"2025-04-06","serial_number":"18119359610213","imei1":"18119359610213","imei2":"18119359610213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193402,"job_number":"JOB_193402","tr_customer_id":193420,"tr_customer_product_id":193410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:48.000Z","modified_at":"2026-02-21T07:48:48.000Z","name":"Rudy Hoppe","mobile_number":"508-579-4138","email_id":"Henriette.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"18692767985986108","imei1":"18692767985986108","imei2":"18692767985986108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193406,"job_number":"JOB_193406","tr_customer_id":193424,"tr_customer_product_id":193414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:07.000Z","modified_at":"2026-02-21T07:50:42.000Z","name":"Elroy Witting","mobile_number":"431-813-4941","email_id":"Nicole_Torphy34@yahoo.com","dop":"2025-04-06","serial_number":"18149506369620","imei1":"18149506369620","imei2":"18149506369620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193407,"job_number":"JOB_193407","tr_customer_id":193425,"tr_customer_product_id":193415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:08.000Z","modified_at":"2026-02-21T07:50:08.000Z","name":"Giovanny Orn","mobile_number":"372-757-9716","email_id":"Lorenz_Windler@hotmail.com","dop":"2025-04-06","serial_number":"15773123509869388","imei1":"15773123509869388","imei2":"15773123509869388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193408,"job_number":"JOB_193408","tr_customer_id":193426,"tr_customer_product_id":193416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:50:33.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12583303650192","imei1":"12583303650192","imei2":"12583303650192","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193409,"job_number":"JOB_193409","tr_customer_id":193427,"tr_customer_product_id":193417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:51:11.000Z","name":"Kirsten MacGyver","mobile_number":"982-552-0689","email_id":"Therese.Barrows15@yahoo.com","dop":"2025-08-24","serial_number":"18818868196827","imei1":"18818868196827","imei2":"18818868196827","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193410,"job_number":"JOB_193410","tr_customer_id":193428,"tr_customer_product_id":193418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:34.000Z","modified_at":"2026-02-21T07:50:34.000Z","name":"Tre Hickle","mobile_number":"214-222-6302","email_id":"Omari86@yahoo.com","dop":"2025-08-24","serial_number":"1016385885939756","imei1":"1016385885939756","imei2":"1016385885939756","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193411,"job_number":"JOB_193411","tr_customer_id":193429,"tr_customer_product_id":193419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:49.000Z","modified_at":"2026-02-21T08:28:28.000Z","name":"Nicola Grant","mobile_number":"8928885292","email_id":"Abigail91@yahoo.com","dop":"2026-01-12","serial_number":"10115143860909","imei1":"10115143860909","imei2":"10115143860909","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T08:28:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":193412,"job_number":"JOB_193412","tr_customer_id":193430,"tr_customer_product_id":193420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:19.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18666066202750","imei1":"18666066202750","imei2":"18666066202750","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193413,"job_number":"JOB_193413","tr_customer_id":193431,"tr_customer_product_id":193421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:56.000Z","name":"Lura Feeney","mobile_number":"723-936-7765","email_id":"Carmel78@gmail.com","dop":"2025-08-24","serial_number":"15803776769330","imei1":"15803776769330","imei2":"15803776769330","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193414,"job_number":"JOB_193414","tr_customer_id":193432,"tr_customer_product_id":193422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:20.000Z","modified_at":"2026-02-21T07:51:20.000Z","name":"Deshaun Gutkowski","mobile_number":"245-766-2848","email_id":"Selina_Wiegand@hotmail.com","dop":"2025-08-24","serial_number":"1081838350909819","imei1":"1081838350909819","imei2":"1081838350909819","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193415,"job_number":"JOB_193415","tr_customer_id":193433,"tr_customer_product_id":193423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:37.000Z","modified_at":"2026-02-21T07:51:37.000Z","name":"Horacio Wilderman","mobile_number":"8928885292","email_id":"Camilla.Gottlieb@gmail.com","dop":"2026-01-12","serial_number":"10096311673473434","imei1":"10096311673473434","imei2":"10096311673473434","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193416,"job_number":"JOB_193416","tr_customer_id":193434,"tr_customer_product_id":193424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11230557252449","imei1":"11230557252449","imei2":"11230557252449","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193417,"job_number":"JOB_193417","tr_customer_id":193435,"tr_customer_product_id":193425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:42.000Z","name":"Katelynn Robel","mobile_number":"204-584-1735","email_id":"Watson.McClure@yahoo.com","dop":"2025-08-24","serial_number":"19949939898268","imei1":"19949939898268","imei2":"19949939898268","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193418,"job_number":"JOB_193418","tr_customer_id":193436,"tr_customer_product_id":193426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:05.000Z","modified_at":"2026-02-21T07:52:05.000Z","name":"Kenny Heathcote","mobile_number":"378-442-3417","email_id":"Diego.Bosco@hotmail.com","dop":"2025-08-24","serial_number":"1096253210185018","imei1":"1096253210185018","imei2":"1096253210185018","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193419,"job_number":"JOB_193419","tr_customer_id":193437,"tr_customer_product_id":193427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:05.000Z","modified_at":"2026-02-21T08:13:05.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19724020545025","imei1":"19724020545025","imei2":"19724020545025","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193420,"job_number":"JOB_193420","tr_customer_id":193438,"tr_customer_product_id":193428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:06.000Z","modified_at":"2026-02-21T08:13:44.000Z","name":"Jennie Wolff","mobile_number":"250-618-3357","email_id":"Hank.Volkman67@hotmail.com","dop":"2025-08-24","serial_number":"17196442069445","imei1":"17196442069445","imei2":"17196442069445","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:13:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193421,"job_number":"JOB_193421","tr_customer_id":193439,"tr_customer_product_id":193429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:07.000Z","modified_at":"2026-02-21T08:13:07.000Z","name":"Ebba Steuber","mobile_number":"893-586-8501","email_id":"Melyssa93@yahoo.com","dop":"2025-08-24","serial_number":"1014071285007740","imei1":"1014071285007740","imei2":"1014071285007740","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193422,"job_number":"JOB_193422","tr_customer_id":193440,"tr_customer_product_id":193430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:13:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17692622377904","imei1":"17692622377904","imei2":"17692622377904","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193423,"job_number":"JOB_193423","tr_customer_id":193441,"tr_customer_product_id":193431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:14:31.000Z","name":"Alexandria Shanahan","mobile_number":"519-882-4748","email_id":"Jacquelyn60@hotmail.com","dop":"2025-08-24","serial_number":"14871532776961","imei1":"14871532776961","imei2":"14871532776961","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193424,"job_number":"JOB_193424","tr_customer_id":193442,"tr_customer_product_id":193432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:53.000Z","modified_at":"2026-02-21T08:13:53.000Z","name":"Glennie Rodriguez","mobile_number":"797-513-2777","email_id":"Kennedi.Blanda@yahoo.com","dop":"2025-08-24","serial_number":"1098376930953258","imei1":"1098376930953258","imei2":"1098376930953258","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193425,"job_number":"JOB_193425","tr_customer_id":193443,"tr_customer_product_id":193433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:14:38.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11743835190486","imei1":"11743835190486","imei2":"11743835190486","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193426,"job_number":"JOB_193426","tr_customer_id":193444,"tr_customer_product_id":193434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:15:16.000Z","name":"Joany Purdy","mobile_number":"724-237-3117","email_id":"Maureen78@hotmail.com","dop":"2025-08-24","serial_number":"13567445995615","imei1":"13567445995615","imei2":"13567445995615","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193427,"job_number":"JOB_193427","tr_customer_id":193445,"tr_customer_product_id":193435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:39.000Z","modified_at":"2026-02-21T08:14:39.000Z","name":"Nick Hauck","mobile_number":"255-564-9466","email_id":"Ellie_Lesch@gmail.com","dop":"2025-08-24","serial_number":"1008911628159141","imei1":"1008911628159141","imei2":"1008911628159141","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193428,"job_number":"JOB_193428","tr_customer_id":193446,"tr_customer_product_id":193436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:20.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193429,"job_number":"JOB_193429","tr_customer_id":193447,"tr_customer_product_id":193437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193430,"job_number":"JOB_193430","tr_customer_id":193448,"tr_customer_product_id":193438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193431,"job_number":"JOB_193431","tr_customer_id":193449,"tr_customer_product_id":193439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193432,"job_number":"JOB_193432","tr_customer_id":193450,"tr_customer_product_id":193440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193433,"job_number":"JOB_193433","tr_customer_id":193451,"tr_customer_product_id":193441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Dhaanyalakshmi Jain","mobile_number":"7004418024","email_id":"mandaakin.bharadwaj@yahoo.co.in","dop":"2026-02-11","serial_number":"438286374794778","imei1":"438286374794778","imei2":"438286374794778","popurl":"www.goswami-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193434,"job_number":"JOB_193434","tr_customer_id":193452,"tr_customer_product_id":193442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aayushmaan Kaur","mobile_number":"7059813001","email_id":"usha.kakkar@hotmail.com","dop":"2026-02-11","serial_number":"979657060377900","imei1":"979657060377900","imei2":"979657060377900","popurl":"www.manik-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193435,"job_number":"JOB_193435","tr_customer_id":193453,"tr_customer_product_id":193443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sushma Panicker","mobile_number":"7064691662","email_id":"sarala.dutta@gmail.com","dop":"2026-02-11","serial_number":"513177912176455","imei1":"513177912176455","imei2":"513177912176455","popurl":"www.birjesh-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193436,"job_number":"JOB_193436","tr_customer_id":193454,"tr_customer_product_id":193444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aaryan Patel","mobile_number":"7033480698","email_id":"chidaatma.prajapat@gmail.com","dop":"2026-02-11","serial_number":"094671057145544","imei1":"094671057145544","imei2":"094671057145544","popurl":"www.anjushree-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193437,"job_number":"JOB_193437","tr_customer_id":193455,"tr_customer_product_id":193445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sunita Varma","mobile_number":"7003820851","email_id":"chandramauli.bhattacharya@gmail.com","dop":"2026-02-11","serial_number":"796348192115143","imei1":"796348192115143","imei2":"796348192115143","popurl":"www.swami-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193438,"job_number":"JOB_193438","tr_customer_id":193456,"tr_customer_product_id":193446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855188","imei1":"15421920855188","imei2":"15421920855188","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193439,"job_number":"JOB_193439","tr_customer_id":193457,"tr_customer_product_id":193447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855177","imei1":"15421920855177","imei2":"15421920855177","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193440,"job_number":"JOB_193440","tr_customer_id":193458,"tr_customer_product_id":193448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:24.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855122","imei1":"15421920855122","imei2":"15421920855122","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193441,"job_number":"JOB_193441","tr_customer_id":193459,"tr_customer_product_id":193449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553123","imei1":"23357077553123","imei2":"23357077553123","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193442,"job_number":"JOB_193442","tr_customer_id":193460,"tr_customer_product_id":193450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553165","imei1":"23357077553165","imei2":"23357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193443,"job_number":"JOB_193443","tr_customer_id":193461,"tr_customer_product_id":193451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553178","imei1":"23357077553178","imei2":"23357077553178","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193444,"job_number":"JOB_193444","tr_customer_id":193462,"tr_customer_product_id":193452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"87357077553165","imei1":"87357077553165","imei2":"87357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193445,"job_number":"JOB_193445","tr_customer_id":193463,"tr_customer_product_id":193453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"56357077553165","imei1":"56357077553165","imei2":"56357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193446,"job_number":"JOB_193446","tr_customer_id":193464,"tr_customer_product_id":193454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:27.000Z","modified_at":"2026-02-21T09:50:27.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"85118284085858","imei1":"85118284085858","imei2":"85118284085858","popurl":"2026-02-11T09:50:26.429886203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193447,"job_number":"JOB_193447","tr_customer_id":193465,"tr_customer_product_id":193455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:28.000Z","modified_at":"2026-02-21T09:50:28.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"20288223085858","imei1":"20288223085858","imei2":"20288223085858","popurl":"2026-02-11T09:50:27.444812867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193448,"job_number":"JOB_193448","tr_customer_id":193466,"tr_customer_product_id":193456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:15.000Z","modified_at":"2026-02-21T10:46:15.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-11T10:46:06.658049026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193449,"job_number":"JOB_193449","tr_customer_id":193467,"tr_customer_product_id":193457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:16.000Z","modified_at":"2026-02-21T10:46:16.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-11","serial_number":"41944561729345","imei1":"41944561729345","imei2":"41944561729345","popurl":"2026-02-11T10:46:06.660275584Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193450,"job_number":"JOB_193450","tr_customer_id":193468,"tr_customer_product_id":193458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:29.000Z","modified_at":"2026-02-21T10:46:29.000Z","name":"Anandamayi Banerjee","mobile_number":"8686338023","email_id":"bharat.khan@hotmail.com","dop":"2026-02-11","serial_number":"88526442490310","imei1":"88526442490310","imei2":"88526442490310","popurl":"www.bhargavi-gowda.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193451,"job_number":"JOB_193451","tr_customer_id":193469,"tr_customer_product_id":193459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:42:57.000Z","modified_at":"2026-02-21T11:42:57.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-11","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-11T11:42:56.589006406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193452,"job_number":"JOB_193452","tr_customer_id":193470,"tr_customer_product_id":193460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:57.000Z","modified_at":"2026-02-21T11:50:34.000Z","name":"Carlotta Heathcote","mobile_number":"647-593-6096","email_id":"Alycia22@yahoo.com","dop":"2025-04-06","serial_number":"11301090230706","imei1":"11301090230706","imei2":"11301090230706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T11:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193453,"job_number":"JOB_193453","tr_customer_id":193471,"tr_customer_product_id":193461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:58.000Z","modified_at":"2026-02-21T11:49:58.000Z","name":"Dameon Little","mobile_number":"455-441-8562","email_id":"Velva37@yahoo.com","dop":"2025-04-06","serial_number":"14240336567763800","imei1":"14240336567763800","imei2":"14240336567763800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:49:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193454,"job_number":"JOB_193454","tr_customer_id":193472,"tr_customer_product_id":193462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:41:50.000Z","modified_at":"2026-02-21T12:41:50.000Z","name":"nishant sharma","mobile_number":"9999999999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfgdfgdfgdfgd","imei2":"gdfgdfgdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193455,"job_number":"JOB_193455","tr_customer_id":193473,"tr_customer_product_id":193463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:43:38.000Z","modified_at":"2026-02-21T12:43:38.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdfgd","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193456,"job_number":"JOB_193456","tr_customer_id":193474,"tr_customer_product_id":193464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:04:42.000Z","modified_at":"2026-02-21T13:04:42.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdf33d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:04:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193457,"job_number":"JOB_193457","tr_customer_id":193475,"tr_customer_product_id":193465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:09:37.000Z","modified_at":"2026-02-21T13:36:48.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgd133d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T13:36:48.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193458,"job_number":"JOB_193458","tr_customer_id":193476,"tr_customer_product_id":193466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:17:43.000Z","modified_at":"2026-02-21T13:17:43.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"13935219571113","imei1":"13935219571113","imei2":"13935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193459,"job_number":"JOB_193459","tr_customer_id":193477,"tr_customer_product_id":193467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:23:52.000Z","modified_at":"2026-02-21T13:23:52.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-11","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-11T13:23:51.306638436Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193460,"job_number":"JOB_193460","tr_customer_id":193478,"tr_customer_product_id":193468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"83935219571113","imei1":"83935219571113","imei2":"83935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193461,"job_number":"JOB_193461","tr_customer_id":193479,"tr_customer_product_id":193469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"52935219571113","imei1":"52935219571113","imei2":"52935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193462,"job_number":"JOB_193462","tr_customer_id":193480,"tr_customer_product_id":193470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"53935219571113","imei1":"53935219571113","imei2":"53935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193464,"job_number":"JOB_193464","tr_customer_id":193482,"tr_customer_product_id":193472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:09.000Z","modified_at":"2026-02-21T13:37:09.000Z","name":"Cullen Luettgen","mobile_number":"807-683-5212","email_id":"Iva59@yahoo.com","dop":"2025-05-30","serial_number":"19247176904755","imei1":"19247176904755","imei2":"19247176904755","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193465,"job_number":"JOB_193465","tr_customer_id":193483,"tr_customer_product_id":193473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:10.000Z","modified_at":"2026-02-21T13:37:10.000Z","name":"Junius Abbott","mobile_number":"310-872-6681","email_id":"Winston_Osinski@yahoo.com","dop":"2025-05-30","serial_number":"1474084519410455","imei1":"1474084519410455","imei2":"1474084519410455","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193006,"job_number":"JOB_193006","tr_customer_id":193024,"tr_customer_product_id":193014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:20:19.000Z","modified_at":"2026-02-21T00:32:50.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"14962565891918","imei1":"14962565891918","imei2":"14962565891918","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193007,"job_number":"JOB_193007","tr_customer_id":193025,"tr_customer_product_id":193015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:34:10.000Z","modified_at":"2026-02-21T00:34:24.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"11637362153991","imei1":"11637362153991","imei2":"11637362153991","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193008,"job_number":"JOB_193008","tr_customer_id":193026,"tr_customer_product_id":193016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:42:59.000Z","modified_at":"2026-02-21T02:34:04.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123648","imei1":"96325874123648","imei2":"96325874123648","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T02:34:04.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193009,"job_number":"JOB_193009","tr_customer_id":193027,"tr_customer_product_id":193017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:51:52.000Z","modified_at":"2026-02-21T01:51:52.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123647","imei1":"96325874123647","imei2":"96325874123647","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193010,"job_number":"JOB_193010","tr_customer_id":193028,"tr_customer_product_id":193018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:30.000Z","modified_at":"2026-02-21T01:55:30.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"10104806434183","imei1":"10104806434183","imei2":"10104806434183","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193011,"job_number":"JOB_193011","tr_customer_id":193029,"tr_customer_product_id":193019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:45.000Z","modified_at":"2026-02-21T02:35:20.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123646","imei1":"96325874123646","imei2":"96325874123646","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T02:35:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193012,"job_number":"JOB_193012","tr_customer_id":193030,"tr_customer_product_id":193020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:06:54.000Z","modified_at":"2026-02-21T02:07:10.000Z","name":"jatin sharma","mobile_number":"7667767765","email_id":"jatinvsharma@gmail.com","dop":"2026-02-02","serial_number":"10477737061329","imei1":"10477737061329","imei2":"10477737061329","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193013,"job_number":"JOB_193013","tr_customer_id":193031,"tr_customer_product_id":193021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:14.000Z","modified_at":"2026-02-21T02:07:32.000Z","name":"uday p","mobile_number":"7667762335","email_id":"uday@gmail.com","dop":"2026-02-02","serial_number":"17481082609181","imei1":"17481082609181","imei2":"17481082609181","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193014,"job_number":"JOB_193014","tr_customer_id":193032,"tr_customer_product_id":193022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:36.000Z","modified_at":"2026-02-21T02:07:53.000Z","name":"kajal t","mobile_number":"7664467765","email_id":"kajal@gmail.com","dop":"2026-02-02","serial_number":"18097023238009","imei1":"18097023238009","imei2":"18097023238009","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193019,"job_number":"JOB_193019","tr_customer_id":193037,"tr_customer_product_id":193027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:47:38.000Z","modified_at":"2026-02-21T03:47:38.000Z","name":"Lloyd Stehr","mobile_number":"730-564-5254","email_id":"Jasper91@gmail.com","dop":"2026-02-02","serial_number":"19168432925975","imei1":"19168432925975","imei2":"19168432925975","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193036,"job_number":"JOB_193036","tr_customer_id":193054,"tr_customer_product_id":193044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:15.000Z","modified_at":"2026-02-21T04:16:15.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dexter.Medhurst@hotmail.com","dop":"2025-07-02","serial_number":"12842370285596","imei1":"12842370285596","imei2":"12842370285596","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193037,"job_number":"JOB_193037","tr_customer_id":193055,"tr_customer_product_id":193045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:17.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"saitama sensei","mobile_number":"900-948-0881","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"781633053347299","imei1":"781633053347299","imei2":"781633053347299","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193057,"job_number":"JOB_193057","tr_customer_id":193075,"tr_customer_product_id":193065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:29.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"tanjiro kamado","mobile_number":"646-734-1392","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"560557421491044","imei1":"560557421491044","imei2":"560557421491044","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193062,"job_number":"JOB_193062","tr_customer_id":193080,"tr_customer_product_id":193070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Dashawn.Padberg27@hotmail.com","dop":"2025-07-02","serial_number":"17394348247944","imei1":"17394348247944","imei2":"17394348247944","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193065,"job_number":"JOB_193065","tr_customer_id":193083,"tr_customer_product_id":193073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:36.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"122079660726163","imei1":"122079660726163","imei2":"122079660726163","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193068,"job_number":"JOB_193068","tr_customer_id":193086,"tr_customer_product_id":193076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"104733234072233","imei1":"104733234072233","imei2":"104733234072233","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193069,"job_number":"JOB_193069","tr_customer_id":193087,"tr_customer_product_id":193077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:49.000Z","name":"giyu tomiaka","mobile_number":"252-404-2609","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"993473101100515","imei1":"993473101100515","imei2":"993473101100515","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193073,"job_number":"JOB_193073","tr_customer_id":193091,"tr_customer_product_id":193081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"113508152648768","imei1":"113508152648768","imei2":"113508152648768","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193079,"job_number":"JOB_193079","tr_customer_id":193097,"tr_customer_product_id":193087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:52.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"150612866895086","imei1":"150612866895086","imei2":"150612866895086","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193081,"job_number":"JOB_193081","tr_customer_id":193099,"tr_customer_product_id":193089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:50.000Z","modified_at":"2026-02-21T04:16:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madyson81@yahoo.com","dop":"2025-07-02","serial_number":"17369575998696","imei1":"17369575998696","imei2":"17369575998696","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193125,"job_number":"JOB_193125","tr_customer_id":193143,"tr_customer_product_id":193133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:30.000Z","modified_at":"2026-02-21T04:17:30.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111718623597519","imei1":"111718623597519","imei2":"111718623597519","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193126,"job_number":"JOB_193126","tr_customer_id":193144,"tr_customer_product_id":193134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Florida Smitham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198456073770967","imei1":"198456073770967","imei2":"198456073770967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193127,"job_number":"JOB_193127","tr_customer_id":193145,"tr_customer_product_id":193135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Nettie Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131642109384643","imei1":"131642109384643","imei2":"131642109384643","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193128,"job_number":"JOB_193128","tr_customer_id":193146,"tr_customer_product_id":193136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Hector Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198773321496222","imei1":"198773321496222","imei2":"198773321496222","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193135,"job_number":"JOB_193135","tr_customer_id":193153,"tr_customer_product_id":193143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:34.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Sophia Emard","mobile_number":"523-233-0682","email_id":"Burdette_Toy@yahoo.com","dop":"2025-10-01","serial_number":"18926668109396","imei1":"18926668109396","imei2":"18926668109396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193136,"job_number":"JOB_193136","tr_customer_id":193154,"tr_customer_product_id":193144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:35.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102025479038925","imei1":"102025479038925","imei2":"102025479038925","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193137,"job_number":"JOB_193137","tr_customer_id":193155,"tr_customer_product_id":193145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Clarabelle Mosciski","mobile_number":"805-332-7472","email_id":"Selmer54@yahoo.com","dop":"2025-06-09","serial_number":"102292155268054","imei1":"102292155268054","imei2":"102292155268054","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193138,"job_number":"JOB_193138","tr_customer_id":193156,"tr_customer_product_id":193146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:36.000Z","name":"Rex Gaylord","mobile_number":"364-216-1414","email_id":"Garnett_Stark@yahoo.com","dop":"2025-06-09","serial_number":"105304334932185","imei1":"105304334932185","imei2":"105304334932185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193141,"job_number":"JOB_193141","tr_customer_id":193159,"tr_customer_product_id":193149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11703339206788","imei1":"11703339206788","imei2":"11703339206788","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193143,"job_number":"JOB_193143","tr_customer_id":193161,"tr_customer_product_id":193151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11140477613811","imei1":"11140477613811","imei2":"11140477613811","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193146,"job_number":"JOB_193146","tr_customer_id":193164,"tr_customer_product_id":193154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:41.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186716192476871","imei1":"186716192476871","imei2":"186716192476871","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193148,"job_number":"JOB_193148","tr_customer_id":193166,"tr_customer_product_id":193156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Berta Marks","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165600717526229","imei1":"165600717526229","imei2":"165600717526229","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193150,"job_number":"JOB_193150","tr_customer_id":193168,"tr_customer_product_id":193158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jeremy Pollich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160747708752512","imei1":"160747708752512","imei2":"160747708752512","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193152,"job_number":"JOB_193152","tr_customer_id":193170,"tr_customer_product_id":193160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Santos Hackett","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139597104774913","imei1":"139597104774913","imei2":"139597104774913","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193176,"job_number":"JOB_193176","tr_customer_id":193194,"tr_customer_product_id":193184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Daisy Bergnaum","mobile_number":"559-297-2413","email_id":"Devon9@gmail.com","dop":"2025-12-31","serial_number":"10123500765711","imei1":"10123500765711","imei2":"10123500765711","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193187,"job_number":"JOB_193187","tr_customer_id":193205,"tr_customer_product_id":193195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102469542877406","imei1":"102469542877406","imei2":"102469542877406","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193189,"job_number":"JOB_193189","tr_customer_id":193207,"tr_customer_product_id":193197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:03.000Z","name":"Marilyne Schulist","mobile_number":"612-347-1945","email_id":"Maribel.Kub@hotmail.com","dop":"2025-06-09","serial_number":"106357487644228","imei1":"106357487644228","imei2":"106357487644228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193190,"job_number":"JOB_193190","tr_customer_id":193208,"tr_customer_product_id":193198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Rupert Will","mobile_number":"458-949-1401","email_id":"Cory_DuBuque75@yahoo.com","dop":"2025-06-09","serial_number":"100871551647015","imei1":"100871551647015","imei2":"100871551647015","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193198,"job_number":"JOB_193198","tr_customer_id":193216,"tr_customer_product_id":193206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:02.000Z","modified_at":"2026-02-21T04:18:11.000Z","name":"Audreanne Sauer","mobile_number":"744-643-7837","email_id":"Aurelia47@gmail.com","dop":"2025-12-31","serial_number":"10138307300735","imei1":"10138307300735","imei2":"10138307300735","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193200,"job_number":"JOB_193200","tr_customer_id":193218,"tr_customer_product_id":193208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101527533272771","imei1":"101527533272771","imei2":"101527533272771","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193202,"job_number":"JOB_193202","tr_customer_id":193220,"tr_customer_product_id":193210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:19.000Z","name":"Stefanie Parisian","mobile_number":"702-719-0838","email_id":"Harmony_Mohr@gmail.com","dop":"2025-06-09","serial_number":"109267175646676","imei1":"109267175646676","imei2":"109267175646676","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193203,"job_number":"JOB_193203","tr_customer_id":193221,"tr_customer_product_id":193211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Demarco Doyle","mobile_number":"640-472-1111","email_id":"Reyes_Hettinger@yahoo.com","dop":"2025-06-09","serial_number":"104599248420048","imei1":"104599248420048","imei2":"104599248420048","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193205,"job_number":"JOB_193205","tr_customer_id":193223,"tr_customer_product_id":193213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Mylene Nolan","mobile_number":"837-720-9941","email_id":"Larissa.Pollich@yahoo.com","dop":"2025-12-31","serial_number":"10795626705278","imei1":"10795626705278","imei2":"10795626705278","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193321,"job_number":"JOB_193321","tr_customer_id":193339,"tr_customer_product_id":193329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:09:40.000Z","modified_at":"2026-02-21T09:01:00.000Z","name":"Pratibha Singh","mobile_number":"7355784668","email_id":"pratibha.singh@gmail.com","dop":"2026-01-31","serial_number":"12345656787899","imei1":"12345656787899","imei2":"12345656787899","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T09:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193322,"job_number":"JOB_193322","tr_customer_id":193340,"tr_customer_product_id":193330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:25:51.000Z","modified_at":"2026-02-21T06:26:01.000Z","name":"Savanna Gutkowski","mobile_number":"752-877-8608","email_id":"Gino.Haag@yahoo.com","dop":"2025-11-04","serial_number":"86072391699638","imei1":"86072391699638","imei2":"86072391699638","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193323,"job_number":"JOB_193323","tr_customer_id":193341,"tr_customer_product_id":193331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:05.000Z","modified_at":"2026-02-21T06:26:15.000Z","name":"Adam Mosciski","mobile_number":"864-635-6070","email_id":"Pierce_Marquardt@yahoo.com","dop":"2025-11-04","serial_number":"87754910964105","imei1":"87754910964105","imei2":"87754910964105","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193324,"job_number":"JOB_193324","tr_customer_id":193342,"tr_customer_product_id":193332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:19.000Z","modified_at":"2026-02-21T06:26:29.000Z","name":"Jalyn McCullough","mobile_number":"535-275-8527","email_id":"Einar74@hotmail.com","dop":"2025-11-04","serial_number":"34114215277790","imei1":"34114215277790","imei2":"34114215277790","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193325,"job_number":"JOB_193325","tr_customer_id":193343,"tr_customer_product_id":193333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:10.000Z","modified_at":"2026-02-21T06:30:21.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"70867855345583","imei1":"70867855345583","imei2":"70867855345583","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193326,"job_number":"JOB_193326","tr_customer_id":193344,"tr_customer_product_id":193334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:25.000Z","modified_at":"2026-02-21T06:30:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"81145470291376","imei1":"81145470291376","imei2":"81145470291376","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193327,"job_number":"JOB_193327","tr_customer_id":193345,"tr_customer_product_id":193335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:41.000Z","modified_at":"2026-02-21T06:30:51.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63772488194954","imei1":"63772488194954","imei2":"63772488194954","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193403,"job_number":"JOB_193403","tr_customer_id":193421,"tr_customer_product_id":193411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:54.000Z","modified_at":"2026-02-21T07:49:04.000Z","name":"Alayna Runolfsson","mobile_number":"958-843-1141","email_id":"Ariel_Will75@gmail.com","dop":"2025-11-04","serial_number":"65050518186423","imei1":"65050518186423","imei2":"65050518186423","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193404,"job_number":"JOB_193404","tr_customer_id":193422,"tr_customer_product_id":193412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:08.000Z","modified_at":"2026-02-21T07:49:18.000Z","name":"Yasmine Crooks","mobile_number":"420-656-1100","email_id":"Everardo.West73@gmail.com","dop":"2025-11-04","serial_number":"85289669755830","imei1":"85289669755830","imei2":"85289669755830","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193405,"job_number":"JOB_193405","tr_customer_id":193423,"tr_customer_product_id":193413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:21.000Z","modified_at":"2026-02-21T07:49:31.000Z","name":"August Hegmann","mobile_number":"682-622-2412","email_id":"Kurt.Connelly@gmail.com","dop":"2025-11-04","serial_number":"65084655865845","imei1":"65084655865845","imei2":"65084655865845","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify response message should be 'Success' | 1 | 0 | 0 |
| Verify response data should be a non-empty array. | 1 | 0 | 0 |
| Verify Response time should be below 250 ms | 0 | 1 | 0 |
| Verify Keys are present for job with jobId: 193044 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193044 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193052 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193052 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193097 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193097 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193103 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193103 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193173 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193173 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193184 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193184 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193227 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193227 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193233 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193233 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193015 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193015 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193016 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193016 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193017 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193017 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193018 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193018 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193020 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193020 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193021 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193021 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193022 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193022 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193023 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193023 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193024 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193024 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193025 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193025 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193026 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193026 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193027 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193027 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193028 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193028 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193029 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193029 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193030 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193030 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193031 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193031 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193032 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193032 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193033 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193033 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193034 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193034 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193035 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193035 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193038 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193038 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193039 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193039 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193040 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193040 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193041 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193041 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193042 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193042 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193043 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193043 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193045 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193045 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193046 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193046 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193047 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193047 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193048 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193048 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193049 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193049 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193050 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193050 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193051 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193051 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193053 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193053 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193054 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193054 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193055 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193055 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193056 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193056 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193058 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193058 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193059 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193059 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193060 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193060 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193061 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193061 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193063 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193063 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193064 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193064 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193066 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193066 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193067 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193067 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193070 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193070 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193071 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193071 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193072 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193072 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193074 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193074 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193075 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193075 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193076 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193076 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193077 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193077 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193078 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193078 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193080 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193080 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193082 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193082 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193083 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193083 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193084 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193084 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193085 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193085 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193086 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193086 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193087 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193087 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193088 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193088 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193089 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193089 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193090 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193090 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193091 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193091 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193092 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193092 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193093 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193093 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193094 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193094 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193095 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193095 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193096 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193096 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193098 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193098 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193099 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193099 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193100 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193100 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193101 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193101 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193102 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193102 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193104 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193104 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193105 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193105 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193106 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193106 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193107 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193107 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193108 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193108 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193109 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193109 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193110 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193110 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193111 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193111 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193112 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193112 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193113 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193113 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193114 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193114 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193115 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193115 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193116 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193116 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193117 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193117 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193118 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193118 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193119 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193119 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193120 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193120 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193121 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193121 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193122 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193122 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193123 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193123 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193124 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193124 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193129 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193129 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193130 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193130 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193131 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193131 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193132 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193132 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193133 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193133 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193134 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193134 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193139 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193139 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193140 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193140 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193142 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193142 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193144 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193144 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193145 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193145 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193147 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193147 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193149 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193149 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193151 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193151 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193153 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193153 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193154 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193154 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193155 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193155 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193156 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193156 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193157 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193157 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193158 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193158 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193159 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193159 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193160 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193160 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193161 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193161 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193162 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193162 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193163 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193163 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193164 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193164 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193165 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193165 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193166 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193166 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193167 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193167 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193168 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193168 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193169 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193169 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193170 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193170 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193171 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193171 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193172 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193172 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193174 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193174 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193175 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193175 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193177 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193177 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193178 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193178 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193179 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193179 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193180 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193180 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193181 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193181 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193182 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193182 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193183 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193183 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193185 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193185 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193186 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193186 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193188 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193188 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193191 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193191 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193192 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193192 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193193 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193193 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193194 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193194 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193195 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193195 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193196 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193196 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193197 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193197 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193199 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193199 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193201 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193201 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193204 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193204 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193206 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193206 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193207 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193207 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193208 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193208 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193209 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193209 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193210 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193210 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193211 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193211 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193212 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193212 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193213 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193213 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193214 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193214 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193215 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193215 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193216 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193216 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193217 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193217 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193218 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193218 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193219 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193219 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193220 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193220 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193221 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193221 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193222 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193222 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193223 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193223 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193224 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193224 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193225 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193225 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193226 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193226 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193228 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193228 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193229 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193229 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193230 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193230 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193231 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193231 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193232 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193232 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193234 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193234 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193235 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193235 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193236 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193236 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193237 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193237 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193238 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193238 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193239 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193239 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193240 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193240 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193241 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193241 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193242 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193242 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193243 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193243 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193244 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193244 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193245 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193245 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193246 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193246 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193247 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193247 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193248 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193248 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193249 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193249 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193250 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193250 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193251 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193251 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193252 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193252 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193253 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193253 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193254 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193254 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193255 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193255 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193256 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193256 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193257 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193257 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193258 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193258 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193259 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193259 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193260 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193260 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193261 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193261 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193262 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193262 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193263 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193263 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193264 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193264 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193265 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193265 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193266 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193266 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193267 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193267 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193268 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193268 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193269 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193269 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193270 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193270 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193271 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193271 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193272 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193272 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193273 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193273 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193274 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193274 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193275 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193275 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193276 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193276 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193277 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193277 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193278 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193278 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193279 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193279 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193280 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193280 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193281 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193281 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193282 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193282 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193283 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193283 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193284 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193284 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193285 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193285 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193286 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193286 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193287 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193287 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193288 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193288 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193289 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193289 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193290 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193290 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193291 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193291 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193292 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193292 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193293 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193293 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193294 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193294 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193295 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193295 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193296 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193296 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193297 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193297 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193298 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193298 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193299 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193299 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193300 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193300 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193301 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193301 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193302 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193302 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193303 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193303 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193304 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193304 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193305 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193305 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193306 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193306 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193307 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193307 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193308 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193308 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193309 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193309 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193310 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193310 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193311 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193311 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193312 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193312 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193313 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193313 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193314 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193314 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193315 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193315 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193316 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193316 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193317 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193317 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193318 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193318 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193319 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193319 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193320 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193320 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193328 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193328 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193329 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193329 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193330 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193330 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193331 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193331 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193332 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193332 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193333 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193333 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193334 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193334 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193335 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193335 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193336 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193336 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193337 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193337 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193338 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193338 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193339 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193339 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193340 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193340 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193341 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193341 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193342 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193342 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193343 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193343 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193344 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193344 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193345 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193345 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193346 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193346 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193347 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193347 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193348 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193348 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193349 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193349 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193350 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193350 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193351 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193351 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193352 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193352 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193353 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193353 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193354 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193354 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193355 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193355 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193356 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193356 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193357 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193357 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193358 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193358 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193359 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193359 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193360 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193360 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193361 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193361 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193362 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193362 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193363 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193363 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193364 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193364 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193365 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193365 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193366 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193366 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193367 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193367 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193368 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193368 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193369 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193369 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193370 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193370 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193371 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193371 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193372 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193372 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193373 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193373 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193374 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193374 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193375 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193375 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193376 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193376 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193377 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193377 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193378 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193378 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193379 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193379 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193380 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193380 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193381 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193381 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193382 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193382 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193383 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193383 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193384 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193384 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193385 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193385 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193386 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193386 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193387 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193387 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193388 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193388 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193389 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193389 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193390 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193390 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193391 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193391 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193392 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193392 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193393 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193393 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193394 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193394 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193395 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193395 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193396 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193396 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193397 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193397 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193398 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193398 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193399 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193399 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193400 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193400 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193401 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193401 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193402 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193402 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193406 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193406 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193407 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193407 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193408 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193408 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193409 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193409 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193410 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193410 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193411 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193411 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193412 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193412 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193413 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193413 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193414 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193414 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193415 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193415 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193416 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193416 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193417 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193417 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193418 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193418 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193419 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193419 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193420 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193420 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193421 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193421 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193422 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193422 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193423 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193423 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193424 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193424 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193425 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193425 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193426 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193426 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193427 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193427 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193428 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193428 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193429 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193429 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193430 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193430 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193431 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193431 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193432 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193432 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193433 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193433 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193434 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193434 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193435 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193435 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193436 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193436 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193437 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193437 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193438 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193438 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193439 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193439 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193440 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193440 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193441 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193441 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193442 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193442 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193443 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193443 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193444 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193444 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193445 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193445 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193446 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193446 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193447 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193447 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193448 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193448 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193449 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193449 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193450 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193450 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193451 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193451 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193452 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193452 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193453 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193453 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193454 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193454 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193455 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193455 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193456 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193456 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193457 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193457 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193458 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193458 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193459 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193459 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193460 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193460 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193461 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193461 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193462 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193462 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193463 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193463 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193464 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193464 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193465 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193465 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193006 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193006 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193007 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193007 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193008 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193008 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193009 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193009 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193010 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193010 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193011 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193011 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193012 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193012 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193013 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193013 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193014 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193014 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193019 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193019 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193036 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193036 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193037 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193037 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193057 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193057 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193062 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193062 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193065 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193065 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193068 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193068 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193069 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193069 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193073 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193073 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193079 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193079 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193081 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193081 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193125 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193125 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193126 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193126 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193127 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193127 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193128 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193128 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193135 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193135 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193136 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193136 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193137 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193137 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193138 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193138 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193141 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193141 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193143 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193143 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193146 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193146 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193148 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193148 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193150 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193150 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193152 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193152 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193176 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193176 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193187 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193187 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193189 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193189 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193190 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193190 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193198 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193198 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193200 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193200 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193202 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193202 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193203 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193203 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193205 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193205 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193321 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193321 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193322 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193322 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193323 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193323 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193324 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193324 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193325 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193325 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193326 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193326 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193327 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193327 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193403 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193403 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193404 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193404 | 1 | 0 | 0 |
| Verify Keys are present for job with jobId: 193405 | 1 | 0 | 0 |
| Verify Job Number starts with 'JOB_' for Job: 193405 | 1 | 0 | 0 |
| Verify Job Number created createjob api should be present in this response | 1 | 0 | 0 |
| Total | 924 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time should be below 250 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8d0206df-681d-4b66-8cd9-23447bc69693 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:11 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Missing Token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e2f238ab-43e3-49ce-a97b-267f466189b7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | af25cda4-eb2f-4ddb-8460-5c815cd38524 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 40 |
{
"details_key": "created_today"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"6f7d4-IOtp7XFUOz5LqDOXP0aJRu/odMo" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:12 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":193044,"job_number":"JOB_193044","tr_customer_id":193062,"tr_customer_product_id":193052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10292309494622","imei1":"10292309494622","imei2":"10292309494622","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193052,"job_number":"JOB_193052","tr_customer_id":193070,"tr_customer_product_id":193060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Sierra Sawayn","mobile_number":"541-241-9529","email_id":"Willow.Farrell65@gmail.com","dop":"2000-01-31","serial_number":"1058654048623764","imei1":"1058654048623764","imei2":"1058654048623764","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193097,"job_number":"JOB_193097","tr_customer_id":193115,"tr_customer_product_id":193105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10352485471554","imei1":"10352485471554","imei2":"10352485471554","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193103,"job_number":"JOB_193103","tr_customer_id":193121,"tr_customer_product_id":193111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Winifred Hackett","mobile_number":"284-612-9973","email_id":"Gino_Effertz84@gmail.com","dop":"2000-01-31","serial_number":"1073478699062341","imei1":"1073478699062341","imei2":"1073478699062341","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193173,"job_number":"JOB_193173","tr_customer_id":193191,"tr_customer_product_id":193181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10733609826296","imei1":"10733609826296","imei2":"10733609826296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193184,"job_number":"JOB_193184","tr_customer_id":193202,"tr_customer_product_id":193192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Maximus MacGyver","mobile_number":"252-897-2756","email_id":"Mathias84@yahoo.com","dop":"2000-01-31","serial_number":"1042566965219949","imei1":"1042566965219949","imei2":"1042566965219949","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193227,"job_number":"JOB_193227","tr_customer_id":193245,"tr_customer_product_id":193235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:32.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10887437180877","imei1":"10887437180877","imei2":"10887437180877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193233,"job_number":"JOB_193233","tr_customer_id":193251,"tr_customer_product_id":193241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Jimmy Langosh","mobile_number":"895-964-6169","email_id":"Arnoldo75@yahoo.com","dop":"2000-01-31","serial_number":"1082126794662261","imei1":"1082126794662261","imei2":"1082126794662261","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193015,"job_number":"JOB_193015","tr_customer_id":193033,"tr_customer_product_id":193023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:33:49.000Z","modified_at":"2026-02-21T02:49:38.000Z","name":"Joe P","mobile_number":"6789054321","email_id":"ayushimatiyali@gmail.com","dop":"2026-01-12","serial_number":"94120839754123","imei1":"94120839754123","imei2":"94120839754123","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193016,"job_number":"JOB_193016","tr_customer_id":193034,"tr_customer_product_id":193024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:25.000Z","modified_at":"2026-02-21T03:06:40.000Z","name":"Sabryna Prosacco","mobile_number":"749-422-7915","email_id":"Kassandra.Torp72@gmail.com","dop":"2025-05-30","serial_number":"17700554520105","imei1":"17700554520105","imei2":"17700554520105","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T03:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193017,"job_number":"JOB_193017","tr_customer_id":193035,"tr_customer_product_id":193025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:26.000Z","modified_at":"2026-02-21T03:06:26.000Z","name":"Lura Marvin","mobile_number":"858-770-9293","email_id":"Berenice74@hotmail.com","dop":"2025-05-30","serial_number":"10859980173433","imei1":"10859980173433","imei2":"10859980173433","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193018,"job_number":"JOB_193018","tr_customer_id":193036,"tr_customer_product_id":193026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:27.000Z","modified_at":"2026-02-21T03:06:27.000Z","name":"Saige Zulauf","mobile_number":"623-701-8452","email_id":"River_McClure40@gmail.com","dop":"2025-05-30","serial_number":"1207095098824176","imei1":"1207095098824176","imei2":"1207095098824176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193020,"job_number":"JOB_193020","tr_customer_id":193038,"tr_customer_product_id":193028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:35.000Z","modified_at":"2026-02-21T04:15:43.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"54962880496731","imei1":"54962880496731","imei2":"54962880496731","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193021,"job_number":"JOB_193021","tr_customer_id":193039,"tr_customer_product_id":193029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:45.000Z","modified_at":"2026-02-21T04:15:53.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"36401820493528","imei1":"36401820493528","imei2":"36401820493528","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193022,"job_number":"JOB_193022","tr_customer_id":193040,"tr_customer_product_id":193030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:46.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"Britney Beahan","mobile_number":"601-518-8095","email_id":"Linda_Torp5@yahoo.com","dop":"2025-04-06","serial_number":"19981174214982","imei1":"19981174214982","imei2":"19981174214982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193023,"job_number":"JOB_193023","tr_customer_id":193041,"tr_customer_product_id":193031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:47.000Z","modified_at":"2026-02-21T04:15:47.000Z","name":"Murl Mills","mobile_number":"312-904-5832","email_id":"Olaf30@gmail.com","dop":"2025-04-06","serial_number":"10509623748874548","imei1":"10509623748874548","imei2":"10509623748874548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:15:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193024,"job_number":"JOB_193024","tr_customer_id":193042,"tr_customer_product_id":193032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16047097401298","imei1":"16047097401298","imei2":"16047097401298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193025,"job_number":"JOB_193025","tr_customer_id":193043,"tr_customer_product_id":193033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Raina Mraz","mobile_number":"460-742-2109","email_id":"Nicola.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13130962790074","imei1":"13130962790074","imei2":"13130962790074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193026,"job_number":"JOB_193026","tr_customer_id":193044,"tr_customer_product_id":193034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"Granville Brekke","mobile_number":"670-568-4090","email_id":"Reyna_Becker@yahoo.com","dop":"2025-04-06","serial_number":"15696904534606366","imei1":"15696904534606366","imei2":"15696904534606366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193027,"job_number":"JOB_193027","tr_customer_id":193045,"tr_customer_product_id":193035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10623093696179","imei1":"10623093696179","imei2":"10623093696179","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193028,"job_number":"JOB_193028","tr_customer_id":193046,"tr_customer_product_id":193036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"Chasity Runte","mobile_number":"653-943-0104","email_id":"Friedrich.Kilback22@yahoo.com","dop":"2025-06-18","serial_number":"10853008402041","imei1":"10853008402041","imei2":"10853008402041","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193029,"job_number":"JOB_193029","tr_customer_id":193047,"tr_customer_product_id":193037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:05.000Z","modified_at":"2026-02-21T04:16:05.000Z","name":"Randall Bauch","mobile_number":"771-913-1554","email_id":"Ethel63@gmail.com","dop":"2025-06-18","serial_number":"1008056644102338","imei1":"1008056644102338","imei2":"1008056644102338","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193030,"job_number":"JOB_193030","tr_customer_id":193048,"tr_customer_product_id":193038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:09.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Lambert O'Hara","mobile_number":"277-381-7654","email_id":"Dereck_Braun3@hotmail.com","dop":"2025-04-06","serial_number":"19777200205114","imei1":"19777200205114","imei2":"19777200205114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193031,"job_number":"JOB_193031","tr_customer_id":193049,"tr_customer_product_id":193039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Carroll Torphy","mobile_number":"763-788-5840","email_id":"Filomena54@hotmail.com","dop":"2025-04-06","serial_number":"19557290017761","imei1":"19557290017761","imei2":"19557290017761","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193032,"job_number":"JOB_193032","tr_customer_id":193050,"tr_customer_product_id":193040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:10.000Z","name":"Russ Gottlieb","mobile_number":"932-786-5280","email_id":"Ariane.Volkman77@hotmail.com","dop":"2025-04-06","serial_number":"10486393736064074","imei1":"10486393736064074","imei2":"10486393736064074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193033,"job_number":"JOB_193033","tr_customer_id":193051,"tr_customer_product_id":193041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:43.000Z","name":"Ryan Thompson","mobile_number":"960-304-9547","email_id":"Elfrieda_Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"14848909467634","imei1":"14848909467634","imei2":"14848909467634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193034,"job_number":"JOB_193034","tr_customer_id":193052,"tr_customer_product_id":193042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:11.000Z","name":"Jarrell Jacobs","mobile_number":"302-367-7099","email_id":"Gilbert_Kub@gmail.com","dop":"2025-04-06","serial_number":"10548351265717366","imei1":"10548351265717366","imei2":"10548351265717366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193035,"job_number":"JOB_193035","tr_customer_id":193053,"tr_customer_product_id":193043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:13.000Z","modified_at":"2026-02-21T04:16:13.000Z","name":"Kaia Medhurst","mobile_number":"392-833-9644","email_id":"Chloe_Medhurst@hotmail.com","dop":"2025-04-06","serial_number":"13446534442754580","imei1":"13446534442754580","imei2":"13446534442754580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193038,"job_number":"JOB_193038","tr_customer_id":193056,"tr_customer_product_id":193046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12508407984580","imei1":"12508407984580","imei2":"12508407984580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193039,"job_number":"JOB_193039","tr_customer_id":193057,"tr_customer_product_id":193047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"73265807448025","imei1":"73265807448025","imei2":"73265807448025","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193040,"job_number":"JOB_193040","tr_customer_id":193058,"tr_customer_product_id":193048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:55.000Z","name":"Nathan Hegmann","mobile_number":"393-429-6069","email_id":"Ulises.Towne@hotmail.com","dop":"2025-04-06","serial_number":"12190759712000","imei1":"12190759712000","imei2":"12190759712000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193041,"job_number":"JOB_193041","tr_customer_id":193059,"tr_customer_product_id":193049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:23.000Z","modified_at":"2026-02-21T04:16:23.000Z","name":"Hollis Connelly","mobile_number":"234-332-0349","email_id":"Mohamed.Funk@yahoo.com","dop":"2025-02-01","serial_number":"101372864166084","imei1":"101372864166084","imei2":"101372864166084","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193042,"job_number":"JOB_193042","tr_customer_id":193060,"tr_customer_product_id":193050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Nelda Dooley","mobile_number":"914-742-8570","email_id":"Shyanne_Jacobs42@hotmail.com","dop":"2025-04-06","serial_number":"13629341488168080","imei1":"13629341488168080","imei2":"13629341488168080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193043,"job_number":"JOB_193043","tr_customer_id":193061,"tr_customer_product_id":193051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Royal Walker","mobile_number":"416-249-8267","email_id":"Austyn_Gulgowski41@gmail.com","dop":"2025-04-06","serial_number":"16206979917443","imei1":"16206979917443","imei2":"16206979917443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193045,"job_number":"JOB_193045","tr_customer_id":193063,"tr_customer_product_id":193053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:58.000Z","name":"Russel Kohler","mobile_number":"757-289-4328","email_id":"Guadalupe_Reynolds@yahoo.com","dop":"2025-02-01","serial_number":"44225156645102","imei1":"44225156645102","imei2":"44225156645102","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193046,"job_number":"JOB_193046","tr_customer_id":193064,"tr_customer_product_id":193054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15424702984662","imei1":"15424702984662","imei2":"15424702984662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193047,"job_number":"JOB_193047","tr_customer_id":193065,"tr_customer_product_id":193055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Alysson Mueller","mobile_number":"375-845-6225","email_id":"Destini69@hotmail.com","dop":"2000-01-31","serial_number":"10478611077127","imei1":"10478611077127","imei2":"10478611077127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193048,"job_number":"JOB_193048","tr_customer_id":193066,"tr_customer_product_id":193056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Domenick Goyette","mobile_number":"705-307-2504","email_id":"Paige76@yahoo.com","dop":"2025-04-06","serial_number":"13551981198354","imei1":"13551981198354","imei2":"13551981198354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193049,"job_number":"JOB_193049","tr_customer_id":193067,"tr_customer_product_id":193057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17279793692338","imei1":"17279793692338","imei2":"17279793692338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193050,"job_number":"JOB_193050","tr_customer_id":193068,"tr_customer_product_id":193058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"Theodore Brown","mobile_number":"935-973-1677","email_id":"Dominique43@yahoo.com","dop":"2025-04-06","serial_number":"10336500825209122","imei1":"10336500825209122","imei2":"10336500825209122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193051,"job_number":"JOB_193051","tr_customer_id":193069,"tr_customer_product_id":193059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:59.000Z","name":"Holly Casper","mobile_number":"323-369-8018","email_id":"Angelica58@hotmail.com","dop":"2025-04-06","serial_number":"17225770050019","imei1":"17225770050019","imei2":"17225770050019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193053,"job_number":"JOB_193053","tr_customer_id":193071,"tr_customer_product_id":193061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Gordon Dach","mobile_number":"835-874-9193","email_id":"Brody_McLaughlin70@yahoo.com","dop":"2025-04-06","serial_number":"13389026948382688","imei1":"13389026948382688","imei2":"13389026948382688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193054,"job_number":"JOB_193054","tr_customer_id":193072,"tr_customer_product_id":193062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:27.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"Ruth Trantow","mobile_number":"917-693-4488","email_id":"Madison.Beier@hotmail.com","dop":"2025-04-06","serial_number":"13777604584447708","imei1":"13777604584447708","imei2":"13777604584447708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193055,"job_number":"JOB_193055","tr_customer_id":193073,"tr_customer_product_id":193063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:16:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19960110656377","imei1":"19960110656377","imei2":"19960110656377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193056,"job_number":"JOB_193056","tr_customer_id":193074,"tr_customer_product_id":193064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Aditya Mayer","mobile_number":"252-513-1084","email_id":"Reilly_Macejkovic@hotmail.com","dop":"2025-04-06","serial_number":"14671174688767","imei1":"14671174688767","imei2":"14671174688767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193058,"job_number":"JOB_193058","tr_customer_id":193076,"tr_customer_product_id":193066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:30.000Z","modified_at":"2026-02-21T04:16:30.000Z","name":"Mertie Bernier","mobile_number":"873-837-7772","email_id":"Herminio.Crona@hotmail.com","dop":"2025-04-06","serial_number":"17199690239644716","imei1":"17199690239644716","imei2":"17199690239644716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193059,"job_number":"JOB_193059","tr_customer_id":193077,"tr_customer_product_id":193067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:16:32.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"108693033616034","imei1":"108693033616034","imei2":"108693033616034","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193060,"job_number":"JOB_193060","tr_customer_id":193078,"tr_customer_product_id":193068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Myles Wehner","mobile_number":"767-599-6850","email_id":"Armand_Nader45@yahoo.com","dop":"2025-12-31","serial_number":"108686419170396","imei1":"108686419170396","imei2":"108686419170396","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193061,"job_number":"JOB_193061","tr_customer_id":193079,"tr_customer_product_id":193069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"15983902967116","imei1":"15983902967116","imei2":"15983902967116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193063,"job_number":"JOB_193063","tr_customer_id":193081,"tr_customer_product_id":193071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Rafael Feest","mobile_number":"491-389-0093","email_id":"Glenna_Leuschke3@gmail.com","dop":"2025-04-06","serial_number":"19737277034440","imei1":"19737277034440","imei2":"19737277034440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193064,"job_number":"JOB_193064","tr_customer_id":193082,"tr_customer_product_id":193072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:34.000Z","modified_at":"2026-02-21T04:16:34.000Z","name":"Vickie Davis","mobile_number":"615-661-5601","email_id":"Eliezer_Jakubowski@hotmail.com","dop":"2025-04-06","serial_number":"10075163893208752","imei1":"10075163893208752","imei2":"10075163893208752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193066,"job_number":"JOB_193066","tr_customer_id":193084,"tr_customer_product_id":193074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"51923401713989","imei1":"51923401713989","imei2":"51923401713989","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193067,"job_number":"JOB_193067","tr_customer_id":193085,"tr_customer_product_id":193075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Antonia Runolfsdottir","mobile_number":"392-862-2457","email_id":"Francisco.Botsford64@yahoo.com","dop":"2024-08-17","serial_number":"68968340708043","imei1":"68968340708043","imei2":"68968340708043","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193070,"job_number":"JOB_193070","tr_customer_id":193088,"tr_customer_product_id":193078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:16:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11127868846154","imei1":"11127868846154","imei2":"11127868846154","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193071,"job_number":"JOB_193071","tr_customer_id":193089,"tr_customer_product_id":193079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Shannon Mayer","mobile_number":"227-266-6461","email_id":"Stanton35@hotmail.com","dop":"2025-08-24","serial_number":"19795644594538","imei1":"19795644594538","imei2":"19795644594538","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193072,"job_number":"JOB_193072","tr_customer_id":193090,"tr_customer_product_id":193080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:42.000Z","modified_at":"2026-02-21T04:16:42.000Z","name":"Remington Pagac","mobile_number":"457-262-8309","email_id":"Marjory87@gmail.com","dop":"2025-08-24","serial_number":"1033788857001239","imei1":"1033788857001239","imei2":"1033788857001239","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193074,"job_number":"JOB_193074","tr_customer_id":193092,"tr_customer_product_id":193082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641744775262","imei1":"10641744775262","imei2":"10641744775262","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193075,"job_number":"JOB_193075","tr_customer_id":193093,"tr_customer_product_id":193083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Santa Koch","mobile_number":"849-830-3000","email_id":"Carlotta_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10190899263279","imei1":"10190899263279","imei2":"10190899263279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193076,"job_number":"JOB_193076","tr_customer_id":193094,"tr_customer_product_id":193084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Ansley Aufderhar","mobile_number":"383-419-1781","email_id":"Hope18@yahoo.com","dop":"2025-06-18","serial_number":"1040852223307872","imei1":"1040852223307872","imei2":"1040852223307872","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193077,"job_number":"JOB_193077","tr_customer_id":193095,"tr_customer_product_id":193085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:16:47.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"13671560945084","imei1":"13671560945084","imei2":"13671560945084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193078,"job_number":"JOB_193078","tr_customer_id":193096,"tr_customer_product_id":193086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:17:24.000Z","name":"Ryley Russel","mobile_number":"690-855-5846","email_id":"Josefa41@gmail.com","dop":"2025-04-06","serial_number":"17435602948722","imei1":"17435602948722","imei2":"17435602948722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193080,"job_number":"JOB_193080","tr_customer_id":193098,"tr_customer_product_id":193088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Lawrence Ziemann","mobile_number":"473-993-6842","email_id":"Colleen.Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"12856652064650162","imei1":"12856652064650162","imei2":"12856652064650162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193082,"job_number":"JOB_193082","tr_customer_id":193100,"tr_customer_product_id":193090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907905525273","imei1":"15907905525273","imei2":"15907905525273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193083,"job_number":"JOB_193083","tr_customer_id":193101,"tr_customer_product_id":193091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"Roselyn Conn","mobile_number":"374-319-7670","email_id":"Tyrell.Carter15@gmail.com","dop":"2025-04-06","serial_number":"16088265186379","imei1":"16088265186379","imei2":"16088265186379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193084,"job_number":"JOB_193084","tr_customer_id":193102,"tr_customer_product_id":193092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:01.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193085,"job_number":"JOB_193085","tr_customer_id":193103,"tr_customer_product_id":193093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Alexane Davis","mobile_number":"563-584-1064","email_id":"Marianna59@hotmail.com","dop":"2025-04-06","serial_number":"17184249221021492","imei1":"17184249221021492","imei2":"17184249221021492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193086,"job_number":"JOB_193086","tr_customer_id":193104,"tr_customer_product_id":193094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12324693234785","imei1":"12324693234785","imei2":"12324693234785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193087,"job_number":"JOB_193087","tr_customer_id":193105,"tr_customer_product_id":193095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"Mattie Hane","mobile_number":"936-266-1844","email_id":"Lew.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11449573579550","imei1":"11449573579550","imei2":"11449573579550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193088,"job_number":"JOB_193088","tr_customer_id":193106,"tr_customer_product_id":193096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062311964949","imei1":"12062311964949","imei2":"12062311964949","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193089,"job_number":"JOB_193089","tr_customer_id":193107,"tr_customer_product_id":193097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Dudley Frami","mobile_number":"220-894-2813","email_id":"Tracy_Rohan51@yahoo.com","dop":"2025-04-06","serial_number":"10818583219922","imei1":"10818583219922","imei2":"10818583219922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193090,"job_number":"JOB_193090","tr_customer_id":193108,"tr_customer_product_id":193098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"Elmore Erdman","mobile_number":"645-225-5907","email_id":"Isom_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"18323072324897560","imei1":"18323072324897560","imei2":"18323072324897560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193091,"job_number":"JOB_193091","tr_customer_id":193109,"tr_customer_product_id":193099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Logan Koepp","mobile_number":"806-588-4350","email_id":"Jessie.Gleason@gmail.com","dop":"2025-04-06","serial_number":"12624938413142010","imei1":"12624938413142010","imei2":"12624938413142010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193092,"job_number":"JOB_193092","tr_customer_id":193110,"tr_customer_product_id":193100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"72384497703919","imei1":"72384497703919","imei2":"72384497703919","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193093,"job_number":"JOB_193093","tr_customer_id":193111,"tr_customer_product_id":193101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Olaf Larkin","mobile_number":"852-826-5889","email_id":"Alfred.Gutkowski@hotmail.com","dop":"2025-02-01","serial_number":"28361133767265","imei1":"28361133767265","imei2":"28361133767265","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193094,"job_number":"JOB_193094","tr_customer_id":193112,"tr_customer_product_id":193102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10252196014651","imei1":"10252196014651","imei2":"10252196014651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193095,"job_number":"JOB_193095","tr_customer_id":193113,"tr_customer_product_id":193103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"90670693293368900","imei1":"90670693293368900","imei2":"90670693293368900","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193096,"job_number":"JOB_193096","tr_customer_id":193114,"tr_customer_product_id":193104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Rhett Beatty","mobile_number":"945-975-1851","email_id":"Reta_White95@hotmail.com","dop":"2025-04-06","serial_number":"17188485246800","imei1":"17188485246800","imei2":"17188485246800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193098,"job_number":"JOB_193098","tr_customer_id":193116,"tr_customer_product_id":193106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Lance Kohler","mobile_number":"939-540-5716","email_id":"John_Pagac@gmail.com","dop":"2025-02-01","serial_number":"39149399827284","imei1":"39149399827284","imei2":"39149399827284","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193099,"job_number":"JOB_193099","tr_customer_id":193117,"tr_customer_product_id":193107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15115258180098","imei1":"15115258180098","imei2":"15115258180098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193100,"job_number":"JOB_193100","tr_customer_id":193118,"tr_customer_product_id":193108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jonatan Beier","mobile_number":"738-239-7494","email_id":"Demarco90@yahoo.com","dop":"2000-01-31","serial_number":"10166544059245","imei1":"10166544059245","imei2":"10166544059245","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193101,"job_number":"JOB_193101","tr_customer_id":193119,"tr_customer_product_id":193109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Maiya Rogahn","mobile_number":"868-325-0445","email_id":"Madalyn24@hotmail.com","dop":"2025-04-06","serial_number":"18809941887522","imei1":"18809941887522","imei2":"18809941887522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193102,"job_number":"JOB_193102","tr_customer_id":193120,"tr_customer_product_id":193110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Kaci Thompson","mobile_number":"968-354-6043","email_id":"Adriana6@yahoo.com","dop":"2025-04-06","serial_number":"16435918230813460","imei1":"16435918230813460","imei2":"16435918230813460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193104,"job_number":"JOB_193104","tr_customer_id":193122,"tr_customer_product_id":193112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Erik Okuneva","mobile_number":"677-525-3062","email_id":"Curt.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"18609497269105944","imei1":"18609497269105944","imei2":"18609497269105944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193105,"job_number":"JOB_193105","tr_customer_id":193123,"tr_customer_product_id":193113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19458598734134","imei1":"19458598734134","imei2":"19458598734134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193106,"job_number":"JOB_193106","tr_customer_id":193124,"tr_customer_product_id":193114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:09.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"21966894138347","imei1":"21966894138347","imei2":"21966894138347","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193107,"job_number":"JOB_193107","tr_customer_id":193125,"tr_customer_product_id":193115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Blake Bernier","mobile_number":"248-434-2624","email_id":"Maurice.Blanda@gmail.com","dop":"2025-04-06","serial_number":"18535155347295","imei1":"18535155347295","imei2":"18535155347295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193108,"job_number":"JOB_193108","tr_customer_id":193126,"tr_customer_product_id":193116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:34.000Z","name":"Tyson Cronin","mobile_number":"670-639-8783","email_id":"Jacinto_Hand@hotmail.com","dop":"2024-08-17","serial_number":"45047862329689","imei1":"45047862329689","imei2":"45047862329689","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193109,"job_number":"JOB_193109","tr_customer_id":193127,"tr_customer_product_id":193117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:10.000Z","modified_at":"2026-02-21T04:17:10.000Z","name":"Olen Koch","mobile_number":"591-682-8102","email_id":"Shania_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"19775459590342056","imei1":"19775459590342056","imei2":"19775459590342056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193110,"job_number":"JOB_193110","tr_customer_id":193128,"tr_customer_product_id":193118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105441135730553","imei1":"105441135730553","imei2":"105441135730553","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193111,"job_number":"JOB_193111","tr_customer_id":193129,"tr_customer_product_id":193119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Magdalen Gaylord","mobile_number":"390-992-5454","email_id":"Lauretta.Cummings@yahoo.com","dop":"2025-12-31","serial_number":"106449994851333","imei1":"106449994851333","imei2":"106449994851333","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193112,"job_number":"JOB_193112","tr_customer_id":193130,"tr_customer_product_id":193120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12505689351087","imei1":"12505689351087","imei2":"12505689351087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193113,"job_number":"JOB_193113","tr_customer_id":193131,"tr_customer_product_id":193121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:15.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Florian Kutch","mobile_number":"295-692-8298","email_id":"Arnaldo.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12121462446416","imei1":"12121462446416","imei2":"12121462446416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193114,"job_number":"JOB_193114","tr_customer_id":193132,"tr_customer_product_id":193122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:16.000Z","name":"Robb Stiedemann","mobile_number":"939-700-2291","email_id":"Carlotta.Schaefer68@hotmail.com","dop":"2025-04-06","serial_number":"14490891712908832","imei1":"14490891712908832","imei2":"14490891712908832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193115,"job_number":"JOB_193115","tr_customer_id":193133,"tr_customer_product_id":193123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Clair Aufderhar","mobile_number":"785-772-7864","email_id":"Demarco43@yahoo.com","dop":"2025-04-06","serial_number":"17753364731979","imei1":"17753364731979","imei2":"17753364731979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193116,"job_number":"JOB_193116","tr_customer_id":193134,"tr_customer_product_id":193124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:18.000Z","modified_at":"2026-02-21T04:17:18.000Z","name":"Gardner Marks","mobile_number":"507-631-0032","email_id":"Mary.Sauer@hotmail.com","dop":"2025-04-06","serial_number":"14627840547069910","imei1":"14627840547069910","imei2":"14627840547069910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193117,"job_number":"JOB_193117","tr_customer_id":193135,"tr_customer_product_id":193125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:59.000Z","name":"Nora Hyatt","mobile_number":"497-985-3915","email_id":"Bradford.Hauck@yahoo.com","dop":"2025-04-06","serial_number":"10300806899451","imei1":"10300806899451","imei2":"10300806899451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193118,"job_number":"JOB_193118","tr_customer_id":193136,"tr_customer_product_id":193126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181623957492","imei1":"15181623957492","imei2":"15181623957492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193119,"job_number":"JOB_193119","tr_customer_id":193137,"tr_customer_product_id":193127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:18:00.000Z","name":"Geovany Rau","mobile_number":"411-466-8055","email_id":"Dora.Sauer36@gmail.com","dop":"2025-04-06","serial_number":"12786283990986","imei1":"12786283990986","imei2":"12786283990986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193120,"job_number":"JOB_193120","tr_customer_id":193138,"tr_customer_product_id":193128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Cordell Rogahn","mobile_number":"463-411-8138","email_id":"Marilie87@gmail.com","dop":"2025-04-06","serial_number":"12667157820065512","imei1":"12667157820065512","imei2":"12667157820065512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193121,"job_number":"JOB_193121","tr_customer_id":193139,"tr_customer_product_id":193129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Benny Weimann","mobile_number":"815-833-7335","email_id":"Robyn.Jerde@gmail.com","dop":"2025-04-06","serial_number":"14871555576593792","imei1":"14871555576593792","imei2":"14871555576593792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193122,"job_number":"JOB_193122","tr_customer_id":193140,"tr_customer_product_id":193130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:17:27.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"13322873318033","imei1":"13322873318033","imei2":"13322873318033","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193123,"job_number":"JOB_193123","tr_customer_id":193141,"tr_customer_product_id":193131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Alexandro Watsica","mobile_number":"430-236-7924","email_id":"Colin.Gorczany3@hotmail.com","dop":"2025-08-24","serial_number":"14433775793903","imei1":"14433775793903","imei2":"14433775793903","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193124,"job_number":"JOB_193124","tr_customer_id":193142,"tr_customer_product_id":193132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:29.000Z","modified_at":"2026-02-21T04:17:29.000Z","name":"Marianne Cormier","mobile_number":"720-380-5078","email_id":"Ethan.Gutmann87@hotmail.com","dop":"2025-08-24","serial_number":"1033212197448764","imei1":"1033212197448764","imei2":"1033212197448764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193129,"job_number":"JOB_193129","tr_customer_id":193147,"tr_customer_product_id":193137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18987491582264","imei1":"18987491582264","imei2":"18987491582264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193130,"job_number":"JOB_193130","tr_customer_id":193148,"tr_customer_product_id":193138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16149311112045","imei1":"16149311112045","imei2":"16149311112045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193131,"job_number":"JOB_193131","tr_customer_id":193149,"tr_customer_product_id":193139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Vella McLaughlin","mobile_number":"929-848-9465","email_id":"Shad_Lebsack82@yahoo.com","dop":"2025-04-06","serial_number":"10334382376399","imei1":"10334382376399","imei2":"10334382376399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193132,"job_number":"JOB_193132","tr_customer_id":193150,"tr_customer_product_id":193140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:10.000Z","name":"Lupe Wolff","mobile_number":"624-653-6617","email_id":"Concepcion_Haag8@hotmail.com","dop":"2025-04-06","serial_number":"12892600020348","imei1":"12892600020348","imei2":"12892600020348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193133,"job_number":"JOB_193133","tr_customer_id":193151,"tr_customer_product_id":193141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Samara Sawayn","mobile_number":"370-545-7507","email_id":"Litzy.Russel37@yahoo.com","dop":"2025-04-06","serial_number":"12556340882426028","imei1":"12556340882426028","imei2":"12556340882426028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193134,"job_number":"JOB_193134","tr_customer_id":193152,"tr_customer_product_id":193142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Ebony Wilkinson","mobile_number":"447-483-8661","email_id":"Jayden83@yahoo.com","dop":"2025-04-06","serial_number":"15786767452854180","imei1":"15786767452854180","imei2":"15786767452854180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193139,"job_number":"JOB_193139","tr_customer_id":193157,"tr_customer_product_id":193147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:37.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12788357883888","imei1":"12788357883888","imei2":"12788357883888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193140,"job_number":"JOB_193140","tr_customer_id":193158,"tr_customer_product_id":193148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Erling Wilkinson","mobile_number":"927-461-8168","email_id":"Regan.Kilback33@hotmail.com","dop":"2025-04-06","serial_number":"10661040786755","imei1":"10661040786755","imei2":"10661040786755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193142,"job_number":"JOB_193142","tr_customer_id":193160,"tr_customer_product_id":193150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"44421830000780","imei1":"44421830000780","imei2":"44421830000780","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193144,"job_number":"JOB_193144","tr_customer_id":193162,"tr_customer_product_id":193152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:04.000Z","name":"Lavada Hoeger","mobile_number":"998-259-7013","email_id":"Wilford_Bashirian16@gmail.com","dop":"2024-08-17","serial_number":"51860195834488","imei1":"51860195834488","imei2":"51860195834488","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193145,"job_number":"JOB_193145","tr_customer_id":193163,"tr_customer_product_id":193153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:39.000Z","modified_at":"2026-02-21T04:17:39.000Z","name":"Letha O'Conner","mobile_number":"887-504-1787","email_id":"Isac_Torphy29@gmail.com","dop":"2025-04-06","serial_number":"14301530854358458","imei1":"14301530854358458","imei2":"14301530854358458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193147,"job_number":"JOB_193147","tr_customer_id":193165,"tr_customer_product_id":193155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17295923381531","imei1":"17295923381531","imei2":"17295923381531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193149,"job_number":"JOB_193149","tr_customer_id":193167,"tr_customer_product_id":193157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Jayde Collier","mobile_number":"245-912-0702","email_id":"Elian.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"13162322688699","imei1":"13162322688699","imei2":"13162322688699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193151,"job_number":"JOB_193151","tr_customer_id":193169,"tr_customer_product_id":193159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18476711182340","imei1":"18476711182340","imei2":"18476711182340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193153,"job_number":"JOB_193153","tr_customer_id":193171,"tr_customer_product_id":193161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"April Sauer","mobile_number":"812-225-7923","email_id":"Marcia.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"13353083380964","imei1":"13353083380964","imei2":"13353083380964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193154,"job_number":"JOB_193154","tr_customer_id":193172,"tr_customer_product_id":193162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"Blanca Gleason","mobile_number":"969-727-5386","email_id":"Andrew.Kuvalis82@gmail.com","dop":"2025-04-06","serial_number":"16477449818137826","imei1":"16477449818137826","imei2":"16477449818137826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193155,"job_number":"JOB_193155","tr_customer_id":193173,"tr_customer_product_id":193163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19174218657898","imei1":"19174218657898","imei2":"19174218657898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193156,"job_number":"JOB_193156","tr_customer_id":193174,"tr_customer_product_id":193164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"Imani Howe","mobile_number":"276-846-6886","email_id":"Fredrick47@hotmail.com","dop":"2025-04-06","serial_number":"14486234836943","imei1":"14486234836943","imei2":"14486234836943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193157,"job_number":"JOB_193157","tr_customer_id":193175,"tr_customer_product_id":193165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:17:44.000Z","name":"Jarrod Armstrong","mobile_number":"751-702-1094","email_id":"Douglas_Hoeger95@yahoo.com","dop":"2025-04-06","serial_number":"15475639681592916","imei1":"15475639681592916","imei2":"15475639681592916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193158,"job_number":"JOB_193158","tr_customer_id":193176,"tr_customer_product_id":193166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17444251516588","imei1":"17444251516588","imei2":"17444251516588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193159,"job_number":"JOB_193159","tr_customer_id":193177,"tr_customer_product_id":193167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"Giovanna Adams","mobile_number":"785-802-8056","email_id":"Enid_Wuckert86@gmail.com","dop":"2025-04-06","serial_number":"15340753595396888","imei1":"15340753595396888","imei2":"15340753595396888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193160,"job_number":"JOB_193160","tr_customer_id":193178,"tr_customer_product_id":193168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Abner Hilll","mobile_number":"409-831-9660","email_id":"Chris97@yahoo.com","dop":"2025-04-06","serial_number":"11844080616654","imei1":"11844080616654","imei2":"11844080616654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193161,"job_number":"JOB_193161","tr_customer_id":193179,"tr_customer_product_id":193169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13443452737054","imei1":"13443452737054","imei2":"13443452737054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193162,"job_number":"JOB_193162","tr_customer_id":193180,"tr_customer_product_id":193170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Wilton Harris","mobile_number":"278-998-5568","email_id":"Brody56@gmail.com","dop":"2025-04-06","serial_number":"14206468269022","imei1":"14206468269022","imei2":"14206468269022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193163,"job_number":"JOB_193163","tr_customer_id":193181,"tr_customer_product_id":193171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Sophia Will","mobile_number":"543-347-8341","email_id":"Andreanne.Streich90@gmail.com","dop":"2025-04-06","serial_number":"11293858017259926","imei1":"11293858017259926","imei2":"11293858017259926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193164,"job_number":"JOB_193164","tr_customer_id":193182,"tr_customer_product_id":193172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14556554306424","imei1":"14556554306424","imei2":"14556554306424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193165,"job_number":"JOB_193165","tr_customer_id":193183,"tr_customer_product_id":193173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Roy Haag","mobile_number":"443-364-0046","email_id":"Mohammad80@yahoo.com","dop":"2025-04-06","serial_number":"19646370410964584","imei1":"19646370410964584","imei2":"19646370410964584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193166,"job_number":"JOB_193166","tr_customer_id":193184,"tr_customer_product_id":193174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"Albertha Tremblay","mobile_number":"252-592-6444","email_id":"Zack_Pfannerstill34@yahoo.com","dop":"2025-04-06","serial_number":"16424619854702","imei1":"16424619854702","imei2":"16424619854702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193167,"job_number":"JOB_193167","tr_customer_id":193185,"tr_customer_product_id":193175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"72839145949182","imei1":"72839145949182","imei2":"72839145949182","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193168,"job_number":"JOB_193168","tr_customer_id":193186,"tr_customer_product_id":193176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15641695265043","imei1":"15641695265043","imei2":"15641695265043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193169,"job_number":"JOB_193169","tr_customer_id":193187,"tr_customer_product_id":193177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Jalen Mueller","mobile_number":"601-634-4726","email_id":"Antonia.Doyle@hotmail.com","dop":"2025-02-01","serial_number":"24641452156276","imei1":"24641452156276","imei2":"24641452156276","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193170,"job_number":"JOB_193170","tr_customer_id":193188,"tr_customer_product_id":193178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Marguerite Kuphal","mobile_number":"556-911-6555","email_id":"Earline.Shanahan@yahoo.com","dop":"2025-04-06","serial_number":"16136254981729","imei1":"16136254981729","imei2":"16136254981729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193171,"job_number":"JOB_193171","tr_customer_id":193189,"tr_customer_product_id":193179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10206920379242","imei1":"10206920379242","imei2":"10206920379242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193172,"job_number":"JOB_193172","tr_customer_id":193190,"tr_customer_product_id":193180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Davonte Waelchi","mobile_number":"753-374-8340","email_id":"Daisha4@yahoo.com","dop":"2025-04-06","serial_number":"11345374607350872","imei1":"11345374607350872","imei2":"11345374607350872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193174,"job_number":"JOB_193174","tr_customer_id":193192,"tr_customer_product_id":193182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Dustin Hettinger","mobile_number":"507-648-3474","email_id":"Haylee40@gmail.com","dop":"2025-04-06","serial_number":"11428685122191","imei1":"11428685122191","imei2":"11428685122191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193175,"job_number":"JOB_193175","tr_customer_id":193193,"tr_customer_product_id":193183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Obie Farrell","mobile_number":"225-328-1271","email_id":"Mallory.Towne21@hotmail.com","dop":"2025-04-06","serial_number":"12764157622615460","imei1":"12764157622615460","imei2":"12764157622615460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193177,"job_number":"JOB_193177","tr_customer_id":193195,"tr_customer_product_id":193185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17758598401419","imei1":"17758598401419","imei2":"17758598401419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193178,"job_number":"JOB_193178","tr_customer_id":193196,"tr_customer_product_id":193186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Mia Conn","mobile_number":"670-290-3153","email_id":"Michaela27@gmail.com","dop":"2000-01-31","serial_number":"10077478946877","imei1":"10077478946877","imei2":"10077478946877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193179,"job_number":"JOB_193179","tr_customer_id":193197,"tr_customer_product_id":193187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Margarett Williamson","mobile_number":"504-624-0501","email_id":"Elinore_Hartmann@gmail.com","dop":"2025-02-01","serial_number":"45952498880878","imei1":"45952498880878","imei2":"45952498880878","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193180,"job_number":"JOB_193180","tr_customer_id":193198,"tr_customer_product_id":193188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Immanuel Bechtelar","mobile_number":"891-434-3255","email_id":"Casimer_Mosciski@yahoo.com","dop":"2025-04-06","serial_number":"18033340805341","imei1":"18033340805341","imei2":"18033340805341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193181,"job_number":"JOB_193181","tr_customer_id":193199,"tr_customer_product_id":193189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Lew Casper","mobile_number":"448-505-7726","email_id":"Rosalia32@yahoo.com","dop":"2025-04-06","serial_number":"17916710695752728","imei1":"17916710695752728","imei2":"17916710695752728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193182,"job_number":"JOB_193182","tr_customer_id":193200,"tr_customer_product_id":193190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Prudvikishore Darsi","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"17227177929098","imei1":"17227177929098","imei2":"117227177929098","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193183,"job_number":"JOB_193183","tr_customer_id":193201,"tr_customer_product_id":193191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12418267001260","imei1":"12418267001260","imei2":"12418267001260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193185,"job_number":"JOB_193185","tr_customer_id":193203,"tr_customer_product_id":193193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:18:28.000Z","name":"Garland Wuckert","mobile_number":"515-282-0116","email_id":"Percival_Stanton34@hotmail.com","dop":"2025-04-06","serial_number":"17755518931153","imei1":"17755518931153","imei2":"17755518931153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193186,"job_number":"JOB_193186","tr_customer_id":193204,"tr_customer_product_id":193194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Jeffrey Kutch","mobile_number":"777-276-1961","email_id":"Susie.Kiehn3@yahoo.com","dop":"2025-04-06","serial_number":"16836129633761616","imei1":"16836129633761616","imei2":"16836129633761616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193188,"job_number":"JOB_193188","tr_customer_id":193206,"tr_customer_product_id":193196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"194408713490817","imei1":"194408713490817","imei2":"1194408713490817","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193191,"job_number":"JOB_193191","tr_customer_id":193209,"tr_customer_product_id":193199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Dina Corwin","mobile_number":"945-623-3773","email_id":"Jaime.Russel17@gmail.com","dop":"2025-04-06","serial_number":"11094795982668714","imei1":"11094795982668714","imei2":"11094795982668714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193192,"job_number":"JOB_193192","tr_customer_id":193210,"tr_customer_product_id":193200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:22.000Z","name":"Johnnie Zboncak","mobile_number":"335-205-6655","email_id":"Braulio.Nienow93@gmail.com","dop":"2026-01-04","serial_number":"15187263689488","imei1":"15187263689488","imei2":"115187263689488","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193193,"job_number":"JOB_193193","tr_customer_id":193211,"tr_customer_product_id":193201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109066025130508","imei1":"109066025130508","imei2":"109066025130508","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193194,"job_number":"JOB_193194","tr_customer_id":193212,"tr_customer_product_id":193202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Gracie Walsh","mobile_number":"407-471-8634","email_id":"Una_Johnson35@hotmail.com","dop":"2025-12-31","serial_number":"105497820073961","imei1":"105497820073961","imei2":"105497820073961","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193195,"job_number":"JOB_193195","tr_customer_id":193213,"tr_customer_product_id":193203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11465037888513","imei1":"11465037888513","imei2":"11465037888513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193196,"job_number":"JOB_193196","tr_customer_id":193214,"tr_customer_product_id":193204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:57.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Lydia Roob","mobile_number":"366-438-0275","email_id":"Stephen17@gmail.com","dop":"2025-04-06","serial_number":"10492082003953","imei1":"10492082003953","imei2":"10492082003953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193197,"job_number":"JOB_193197","tr_customer_id":193215,"tr_customer_product_id":193205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:58.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Milo Spencer","mobile_number":"806-732-0460","email_id":"Brisa.Ortiz15@hotmail.com","dop":"2025-04-06","serial_number":"19510057915385348","imei1":"19510057915385348","imei2":"19510057915385348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193199,"job_number":"JOB_193199","tr_customer_id":193217,"tr_customer_product_id":193207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11226916724196","imei1":"11226916724196","imei2":"11226916724196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193201,"job_number":"JOB_193201","tr_customer_id":193219,"tr_customer_product_id":193209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:46.000Z","name":"Lucienne Rempel","mobile_number":"687-809-7678","email_id":"Brice93@yahoo.com","dop":"2025-04-06","serial_number":"18008439945566","imei1":"18008439945566","imei2":"18008439945566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193204,"job_number":"JOB_193204","tr_customer_id":193222,"tr_customer_product_id":193212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:09.000Z","modified_at":"2026-02-21T04:18:09.000Z","name":"Carter Ratke","mobile_number":"415-251-5254","email_id":"Alayna83@hotmail.com","dop":"2025-04-06","serial_number":"12943690765773460","imei1":"12943690765773460","imei2":"12943690765773460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193206,"job_number":"JOB_193206","tr_customer_id":193224,"tr_customer_product_id":193214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"15021347736976","imei1":"15021347736976","imei2":"15021347736976","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193207,"job_number":"JOB_193207","tr_customer_id":193225,"tr_customer_product_id":193215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:54.000Z","name":"Alden Hoeger","mobile_number":"236-287-3044","email_id":"Aliza_Trantow@yahoo.com","dop":"2025-08-24","serial_number":"16319639326275","imei1":"16319639326275","imei2":"16319639326275","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193208,"job_number":"JOB_193208","tr_customer_id":193226,"tr_customer_product_id":193216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16538052027316","imei1":"16538052027316","imei2":"16538052027316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193209,"job_number":"JOB_193209","tr_customer_id":193227,"tr_customer_product_id":193217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:51.000Z","name":"Catharine Ondricka","mobile_number":"685-688-7570","email_id":"Easton.Corwin@gmail.com","dop":"2025-04-06","serial_number":"12649336607726","imei1":"12649336607726","imei2":"12649336607726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193210,"job_number":"JOB_193210","tr_customer_id":193228,"tr_customer_product_id":193218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:16.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Filomena Brakus","mobile_number":"709-506-8756","email_id":"Edyth_Schinner37@hotmail.com","dop":"2025-08-24","serial_number":"1068564094075055","imei1":"1068564094075055","imei2":"1068564094075055","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193211,"job_number":"JOB_193211","tr_customer_id":193229,"tr_customer_product_id":193219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:17.000Z","modified_at":"2026-02-21T04:18:17.000Z","name":"Keegan Blick","mobile_number":"451-538-5670","email_id":"Albert_Frami88@gmail.com","dop":"2025-04-06","serial_number":"16526250177960732","imei1":"16526250177960732","imei2":"16526250177960732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193212,"job_number":"JOB_193212","tr_customer_id":193230,"tr_customer_product_id":193220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19419154172062","imei1":"19419154172062","imei2":"19419154172062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193213,"job_number":"JOB_193213","tr_customer_id":193231,"tr_customer_product_id":193221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"Maria Renner","mobile_number":"497-237-0081","email_id":"Frida.Reichert@yahoo.com","dop":"2025-04-06","serial_number":"18146710523540","imei1":"18146710523540","imei2":"18146710523540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193214,"job_number":"JOB_193214","tr_customer_id":193232,"tr_customer_product_id":193222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:23.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Ebony Konopelski","mobile_number":"379-677-9901","email_id":"Rebeka_Rohan23@hotmail.com","dop":"2025-04-06","serial_number":"15666292130020144","imei1":"15666292130020144","imei2":"15666292130020144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193215,"job_number":"JOB_193215","tr_customer_id":193233,"tr_customer_product_id":193223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:24.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12923581199954","imei1":"12923581199954","imei2":"12923581199954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193216,"job_number":"JOB_193216","tr_customer_id":193234,"tr_customer_product_id":193224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:01.000Z","name":"Mireille Rice","mobile_number":"606-589-7942","email_id":"Shakira.Towne@yahoo.com","dop":"2025-04-06","serial_number":"13819929116008","imei1":"13819929116008","imei2":"13819929116008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193217,"job_number":"JOB_193217","tr_customer_id":193235,"tr_customer_product_id":193225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13511130314133","imei1":"13511130314133","imei2":"13511130314133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193218,"job_number":"JOB_193218","tr_customer_id":193236,"tr_customer_product_id":193226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Stevie Mante","mobile_number":"773-208-8173","email_id":"Lia_Goyette@hotmail.com","dop":"2025-04-06","serial_number":"11903249523991","imei1":"11903249523991","imei2":"11903249523991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193219,"job_number":"JOB_193219","tr_customer_id":193237,"tr_customer_product_id":193227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:26.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Alycia Lockman","mobile_number":"719-423-1989","email_id":"Evelyn_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"13015713709632008","imei1":"13015713709632008","imei2":"13015713709632008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193220,"job_number":"JOB_193220","tr_customer_id":193238,"tr_customer_product_id":193228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:27.000Z","modified_at":"2026-02-21T04:18:27.000Z","name":"Kay Lang","mobile_number":"728-479-7780","email_id":"Brant.Grimes82@yahoo.com","dop":"2025-04-06","serial_number":"15564062256417064","imei1":"15564062256417064","imei2":"15564062256417064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193221,"job_number":"JOB_193221","tr_customer_id":193239,"tr_customer_product_id":193229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:29.000Z","modified_at":"2026-02-21T04:18:29.000Z","name":"jatin kumar","mobile_number":"9916519842","email_id":"jatin@gmail.com","dop":"2026-01-04","serial_number":"12638424362370","imei1":"12638424362370","imei2":"112638424362370","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193222,"job_number":"JOB_193222","tr_customer_id":193240,"tr_customer_product_id":193230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"18570618168458","imei1":"18570618168458","imei2":"118570618168458","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193223,"job_number":"JOB_193223","tr_customer_id":193241,"tr_customer_product_id":193231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16012851380641","imei1":"16012851380641","imei2":"16012851380641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193224,"job_number":"JOB_193224","tr_customer_id":193242,"tr_customer_product_id":193232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Herman Swaniawski","mobile_number":"696-202-2398","email_id":"Michel_Davis@gmail.com","dop":"2025-04-06","serial_number":"12599319724646","imei1":"12599319724646","imei2":"12599319724646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193225,"job_number":"JOB_193225","tr_customer_id":193243,"tr_customer_product_id":193233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Gerardo Hayes","mobile_number":"908-801-7127","email_id":"Henry66@yahoo.com","dop":"2026-01-04","serial_number":"14275883237017","imei1":"14275883237017","imei2":"114275883237017","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193226,"job_number":"JOB_193226","tr_customer_id":193244,"tr_customer_product_id":193234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:31.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Adrian Zieme","mobile_number":"328-776-8369","email_id":"Johnathon43@gmail.com","dop":"2025-04-06","serial_number":"13671793343644700","imei1":"13671793343644700","imei2":"13671793343644700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193228,"job_number":"JOB_193228","tr_customer_id":193246,"tr_customer_product_id":193236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19111901357762","imei1":"19111901357762","imei2":"19111901357762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193229,"job_number":"JOB_193229","tr_customer_id":193247,"tr_customer_product_id":193237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"Brisa Rolfson","mobile_number":"477-428-3707","email_id":"Celestine19@yahoo.com","dop":"2000-01-31","serial_number":"10776945958390","imei1":"10776945958390","imei2":"10776945958390","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193230,"job_number":"JOB_193230","tr_customer_id":193248,"tr_customer_product_id":193238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Jadyn Cassin","mobile_number":"938-348-2174","email_id":"Elisabeth3@gmail.com","dop":"2025-04-06","serial_number":"18415278501735","imei1":"18415278501735","imei2":"18415278501735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193231,"job_number":"JOB_193231","tr_customer_id":193249,"tr_customer_product_id":193239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13095132517183","imei1":"13095132517183","imei2":"13095132517183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193232,"job_number":"JOB_193232","tr_customer_id":193250,"tr_customer_product_id":193240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:12.000Z","name":"Eusebio West","mobile_number":"603-962-8940","email_id":"Aimee.Osinski@hotmail.com","dop":"2025-04-06","serial_number":"16814559456626","imei1":"16814559456626","imei2":"16814559456626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193234,"job_number":"JOB_193234","tr_customer_id":193252,"tr_customer_product_id":193242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Unique Klein","mobile_number":"509-958-5251","email_id":"Aurelia_Carter@yahoo.com","dop":"2025-04-06","serial_number":"11286122444010518","imei1":"11286122444010518","imei2":"11286122444010518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193235,"job_number":"JOB_193235","tr_customer_id":193253,"tr_customer_product_id":193243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19546877972077","imei1":"19546877972077","imei2":"19546877972077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193236,"job_number":"JOB_193236","tr_customer_id":193254,"tr_customer_product_id":193244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:18:35.000Z","name":"Lina Harber","mobile_number":"433-284-8822","email_id":"Vanessa_Jacobson27@yahoo.com","dop":"2025-04-06","serial_number":"15176472650643014","imei1":"15176472650643014","imei2":"15176472650643014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193237,"job_number":"JOB_193237","tr_customer_id":193255,"tr_customer_product_id":193245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Matteo Ruecker","mobile_number":"686-737-8988","email_id":"Amely.Koss@yahoo.com","dop":"2025-04-06","serial_number":"13923418628226","imei1":"13923418628226","imei2":"13923418628226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193238,"job_number":"JOB_193238","tr_customer_id":193256,"tr_customer_product_id":193246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:36.000Z","modified_at":"2026-02-21T04:18:36.000Z","name":"Carolyn Wyman","mobile_number":"356-340-5675","email_id":"Sibyl_Hodkiewicz60@yahoo.com","dop":"2025-04-06","serial_number":"11521208348430104","imei1":"11521208348430104","imei2":"11521208348430104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193239,"job_number":"JOB_193239","tr_customer_id":193257,"tr_customer_product_id":193247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:18:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19811677617989","imei1":"19811677617989","imei2":"19811677617989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193240,"job_number":"JOB_193240","tr_customer_id":193258,"tr_customer_product_id":193248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:19:31.000Z","name":"Darlene Yost","mobile_number":"585-209-8716","email_id":"Justine.Blick@gmail.com","dop":"2025-04-06","serial_number":"13648792123068","imei1":"13648792123068","imei2":"13648792123068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193241,"job_number":"JOB_193241","tr_customer_id":193259,"tr_customer_product_id":193249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:55.000Z","modified_at":"2026-02-21T04:18:55.000Z","name":"Watson Wisoky","mobile_number":"249-626-9028","email_id":"Alexa95@yahoo.com","dop":"2025-04-06","serial_number":"11057781569965322","imei1":"11057781569965322","imei2":"11057781569965322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193242,"job_number":"JOB_193242","tr_customer_id":193260,"tr_customer_product_id":193250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10383306459848","imei1":"10383306459848","imei2":"10383306459848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193243,"job_number":"JOB_193243","tr_customer_id":193261,"tr_customer_product_id":193251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:19:34.000Z","name":"Nicklaus Gerhold","mobile_number":"438-430-5558","email_id":"Eugenia38@gmail.com","dop":"2025-04-06","serial_number":"18027293194607","imei1":"18027293194607","imei2":"18027293194607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193244,"job_number":"JOB_193244","tr_customer_id":193262,"tr_customer_product_id":193252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:00.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Hudson Glover","mobile_number":"813-530-1770","email_id":"Selina69@hotmail.com","dop":"2025-04-06","serial_number":"16922682165508476","imei1":"16922682165508476","imei2":"16922682165508476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193245,"job_number":"JOB_193245","tr_customer_id":193263,"tr_customer_product_id":193253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16268405233997","imei1":"16268405233997","imei2":"16268405233997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193246,"job_number":"JOB_193246","tr_customer_id":193264,"tr_customer_product_id":193254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Alysha Wilkinson","mobile_number":"614-822-8021","email_id":"Raven_Hickle70@gmail.com","dop":"2025-04-06","serial_number":"18303012856026","imei1":"18303012856026","imei2":"18303012856026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193247,"job_number":"JOB_193247","tr_customer_id":193265,"tr_customer_product_id":193255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18627518569825","imei1":"18627518569825","imei2":"18627518569825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193248,"job_number":"JOB_193248","tr_customer_id":193266,"tr_customer_product_id":193256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"Providenci Carroll","mobile_number":"402-732-0954","email_id":"Hobart51@yahoo.com","dop":"2025-04-06","serial_number":"14845817504655544","imei1":"14845817504655544","imei2":"14845817504655544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193249,"job_number":"JOB_193249","tr_customer_id":193267,"tr_customer_product_id":193257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:07.000Z","name":"kishore kumar","mobile_number":"9916519843","email_id":"kishore@gmail.com","dop":"2026-01-04","serial_number":"16643799213872","imei1":"16643799213872","imei2":"116643799213872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193250,"job_number":"JOB_193250","tr_customer_id":193268,"tr_customer_product_id":193258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Joannie Predovic","mobile_number":"442-523-9006","email_id":"Rebeka.Gerhold@gmail.com","dop":"2025-04-06","serial_number":"13446975505686","imei1":"13446975505686","imei2":"13446975505686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193251,"job_number":"JOB_193251","tr_customer_id":193269,"tr_customer_product_id":193259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"124358603291322","imei1":"124358603291322","imei2":"1124358603291322","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193252,"job_number":"JOB_193252","tr_customer_id":193270,"tr_customer_product_id":193260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Christ Labadie","mobile_number":"617-475-4291","email_id":"Burnice.Fahey48@gmail.com","dop":"2025-04-06","serial_number":"13901422640897206","imei1":"13901422640897206","imei2":"13901422640897206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193253,"job_number":"JOB_193253","tr_customer_id":193271,"tr_customer_product_id":193261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:38.000Z","name":"Diamond Weimann","mobile_number":"674-543-7692","email_id":"Abigayle.Walker@yahoo.com","dop":"2026-01-04","serial_number":"15963007788435","imei1":"15963007788435","imei2":"115963007788435","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193254,"job_number":"JOB_193254","tr_customer_id":193272,"tr_customer_product_id":193262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13038756759096","imei1":"13038756759096","imei2":"13038756759096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193255,"job_number":"JOB_193255","tr_customer_id":193273,"tr_customer_product_id":193263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:46.000Z","name":"Myah Jast","mobile_number":"756-366-7486","email_id":"Easton.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18396753141538","imei1":"18396753141538","imei2":"18396753141538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193256,"job_number":"JOB_193256","tr_customer_id":193274,"tr_customer_product_id":193264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:10.000Z","modified_at":"2026-02-21T04:19:10.000Z","name":"Providenci Jenkins","mobile_number":"864-858-0510","email_id":"Amalia_Orn13@yahoo.com","dop":"2025-04-06","serial_number":"14690447889379968","imei1":"14690447889379968","imei2":"14690447889379968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193257,"job_number":"JOB_193257","tr_customer_id":193275,"tr_customer_product_id":193265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:17.000Z","modified_at":"2026-02-21T04:19:17.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"18179597064352","imei1":"18179597064352","imei2":"18179597064352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193258,"job_number":"JOB_193258","tr_customer_id":193276,"tr_customer_product_id":193266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:18.000Z","modified_at":"2026-02-21T04:19:53.000Z","name":"Diego McCullough","mobile_number":"531-851-8177","email_id":"Melisa_Price@hotmail.com","dop":"2025-04-06","serial_number":"12556085110551","imei1":"12556085110551","imei2":"12556085110551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193259,"job_number":"JOB_193259","tr_customer_id":193277,"tr_customer_product_id":193267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:19.000Z","modified_at":"2026-02-21T04:19:19.000Z","name":"Ford Schimmel","mobile_number":"424-313-8740","email_id":"Leta_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"15218672295178836","imei1":"15218672295178836","imei2":"15218672295178836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193260,"job_number":"JOB_193260","tr_customer_id":193278,"tr_customer_product_id":193268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:45.000Z","modified_at":"2026-02-21T04:19:45.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"465788618917733","imei1":"465788618917733","imei2":"1465788618917733","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193261,"job_number":"JOB_193261","tr_customer_id":193279,"tr_customer_product_id":193269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:46.000Z","modified_at":"2026-02-21T04:20:15.000Z","name":"Ada Orn","mobile_number":"956-952-4544","email_id":"Evie88@gmail.com","dop":"2026-01-04","serial_number":"10920797590499","imei1":"10920797590499","imei2":"110920797590499","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193262,"job_number":"JOB_193262","tr_customer_id":193280,"tr_customer_product_id":193270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94613706699650","imei1":"94613706699650","imei2":"94613706699650","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193263,"job_number":"JOB_193263","tr_customer_id":193281,"tr_customer_product_id":193271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39710152773976","imei1":"39710152773976","imei2":"39710152773976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193264,"job_number":"JOB_193264","tr_customer_id":193282,"tr_customer_product_id":193272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68389857121207","imei1":"68389857121207","imei2":"68389857121207","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193265,"job_number":"JOB_193265","tr_customer_id":193283,"tr_customer_product_id":193273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41582658091160","imei1":"41582658091160","imei2":"41582658091160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193266,"job_number":"JOB_193266","tr_customer_id":193284,"tr_customer_product_id":193274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35464850622599","imei1":"35464850622599","imei2":"35464850622599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193267,"job_number":"JOB_193267","tr_customer_id":193285,"tr_customer_product_id":193275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47578739436786","imei1":"47578739436786","imei2":"47578739436786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193268,"job_number":"JOB_193268","tr_customer_id":193286,"tr_customer_product_id":193276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:02.000Z","modified_at":"2026-02-21T04:23:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17922120280401","imei1":"17922120280401","imei2":"17922120280401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193269,"job_number":"JOB_193269","tr_customer_id":193287,"tr_customer_product_id":193277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83864129542703","imei1":"83864129542703","imei2":"83864129542703","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193270,"job_number":"JOB_193270","tr_customer_id":193288,"tr_customer_product_id":193278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81432361898285","imei1":"81432361898285","imei2":"81432361898285","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193271,"job_number":"JOB_193271","tr_customer_id":193289,"tr_customer_product_id":193279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76518970407132","imei1":"76518970407132","imei2":"76518970407132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193272,"job_number":"JOB_193272","tr_customer_id":193290,"tr_customer_product_id":193280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42015010723959","imei1":"42015010723959","imei2":"42015010723959","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193273,"job_number":"JOB_193273","tr_customer_id":193291,"tr_customer_product_id":193281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77929729566074","imei1":"77929729566074","imei2":"77929729566074","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193274,"job_number":"JOB_193274","tr_customer_id":193292,"tr_customer_product_id":193282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53362810062978","imei1":"53362810062978","imei2":"53362810062978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193275,"job_number":"JOB_193275","tr_customer_id":193293,"tr_customer_product_id":193283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:30.000Z","modified_at":"2026-02-21T04:23:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73104477557347","imei1":"73104477557347","imei2":"73104477557347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193276,"job_number":"JOB_193276","tr_customer_id":193294,"tr_customer_product_id":193284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66851271523103","imei1":"66851271523103","imei2":"66851271523103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193277,"job_number":"JOB_193277","tr_customer_id":193295,"tr_customer_product_id":193285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54079663136425","imei1":"54079663136425","imei2":"54079663136425","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193278,"job_number":"JOB_193278","tr_customer_id":193296,"tr_customer_product_id":193286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36060468904580","imei1":"36060468904580","imei2":"36060468904580","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193279,"job_number":"JOB_193279","tr_customer_id":193297,"tr_customer_product_id":193287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20144822071919","imei1":"20144822071919","imei2":"20144822071919","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193280,"job_number":"JOB_193280","tr_customer_id":193298,"tr_customer_product_id":193288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12388575627601","imei1":"12388575627601","imei2":"12388575627601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193281,"job_number":"JOB_193281","tr_customer_id":193299,"tr_customer_product_id":193289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40241229487391","imei1":"40241229487391","imei2":"40241229487391","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193282,"job_number":"JOB_193282","tr_customer_id":193300,"tr_customer_product_id":193290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:24:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26508697618730","imei1":"26508697618730","imei2":"26508697618730","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193283,"job_number":"JOB_193283","tr_customer_id":193301,"tr_customer_product_id":193291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:23.000Z","modified_at":"2026-02-21T04:36:23.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"27165971875310","imei1":"27165971875310","imei2":"27165971875310","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193284,"job_number":"JOB_193284","tr_customer_id":193302,"tr_customer_product_id":193292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:24.000Z","modified_at":"2026-02-21T04:36:52.000Z","name":"Leora Miller","mobile_number":"672-543-3845","email_id":"Chasity54@gmail.com","dop":"2024-08-17","serial_number":"73932246645475","imei1":"73932246645475","imei2":"73932246645475","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193285,"job_number":"JOB_193285","tr_customer_id":193303,"tr_customer_product_id":193293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:36:56.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"27385658375274","imei1":"27385658375274","imei2":"27385658375274","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193286,"job_number":"JOB_193286","tr_customer_id":193304,"tr_customer_product_id":193294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:37:23.000Z","name":"Kristoffer Cremin","mobile_number":"202-436-0101","email_id":"Jazmyn.Hackett@gmail.com","dop":"2024-08-17","serial_number":"90388279891731","imei1":"90388279891731","imei2":"90388279891731","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193287,"job_number":"JOB_193287","tr_customer_id":193305,"tr_customer_product_id":193295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:27.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"18073115262912","imei1":"18073115262912","imei2":"18073115262912","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193288,"job_number":"JOB_193288","tr_customer_id":193306,"tr_customer_product_id":193296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:54.000Z","name":"Jaquelin Grimes","mobile_number":"502-663-5597","email_id":"Cynthia_Kessler54@hotmail.com","dop":"2024-08-17","serial_number":"89858708469995","imei1":"89858708469995","imei2":"89858708469995","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193289,"job_number":"JOB_193289","tr_customer_id":193307,"tr_customer_product_id":193297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:44:44.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"85971296172529","imei1":"85971296172529","imei2":"85971296172529","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193290,"job_number":"JOB_193290","tr_customer_id":193308,"tr_customer_product_id":193298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:45:12.000Z","name":"Leonard Hilll","mobile_number":"870-707-9907","email_id":"Randall_Rice@gmail.com","dop":"2024-08-17","serial_number":"93945081104275","imei1":"93945081104275","imei2":"93945081104275","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193291,"job_number":"JOB_193291","tr_customer_id":193309,"tr_customer_product_id":193299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:16.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"56752552254015","imei1":"56752552254015","imei2":"56752552254015","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193292,"job_number":"JOB_193292","tr_customer_id":193310,"tr_customer_product_id":193300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:42.000Z","name":"Carolyne Funk","mobile_number":"883-396-6498","email_id":"Isom10@hotmail.com","dop":"2024-08-17","serial_number":"34307952831873","imei1":"34307952831873","imei2":"34307952831873","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193293,"job_number":"JOB_193293","tr_customer_id":193311,"tr_customer_product_id":193301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:45:46.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"71929610676402","imei1":"71929610676402","imei2":"71929610676402","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193294,"job_number":"JOB_193294","tr_customer_id":193312,"tr_customer_product_id":193302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:46:12.000Z","name":"Zachary McGlynn","mobile_number":"697-307-6790","email_id":"Angelica_Durgan@yahoo.com","dop":"2024-08-17","serial_number":"97779585737244","imei1":"97779585737244","imei2":"97779585737244","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193295,"job_number":"JOB_193295","tr_customer_id":193313,"tr_customer_product_id":193303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:47:51.000Z","modified_at":"2026-02-21T04:47:51.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-11","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-11T04:47:50.703417403Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193296,"job_number":"JOB_193296","tr_customer_id":193314,"tr_customer_product_id":193304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:42.000Z","modified_at":"2026-02-21T05:03:42.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"50207083622072","imei1":"50207083622072","imei2":"50207083622072","popurl":"2026-02-11T05:03:41.877363349Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193297,"job_number":"JOB_193297","tr_customer_id":193315,"tr_customer_product_id":193305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:53.000Z","modified_at":"2026-02-21T05:03:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"69344723181843","imei1":"69344723181843","imei2":"69344723181843","popurl":"2026-02-11T05:03:53.305916863Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193298,"job_number":"JOB_193298","tr_customer_id":193316,"tr_customer_product_id":193306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:55.000Z","modified_at":"2026-02-21T05:08:55.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104354582838406","imei1":"104354582838406","imei2":"104354582838406","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193299,"job_number":"JOB_193299","tr_customer_id":193317,"tr_customer_product_id":193307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:56.000Z","modified_at":"2026-02-21T05:09:06.000Z","name":"Camren Zieme","mobile_number":"921-905-4658","email_id":"Leopoldo.Quigley73@hotmail.com","dop":"2025-07-01","serial_number":"107558180908237","imei1":"107558180908237","imei2":"107558180908237","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193300,"job_number":"JOB_193300","tr_customer_id":193318,"tr_customer_product_id":193308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:08.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103460285105657","imei1":"103460285105657","imei2":"103460285105657","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193301,"job_number":"JOB_193301","tr_customer_id":193319,"tr_customer_product_id":193309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:17.000Z","name":"Arvel Dickinson","mobile_number":"346-385-2962","email_id":"Katlyn.Considine96@yahoo.com","dop":"2025-07-01","serial_number":"100049141429909","imei1":"100049141429909","imei2":"100049141429909","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193302,"job_number":"JOB_193302","tr_customer_id":193320,"tr_customer_product_id":193310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:21:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17454307897849","imei1":"17454307897849","imei2":"17454307897849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193303,"job_number":"JOB_193303","tr_customer_id":193321,"tr_customer_product_id":193311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:22:19.000Z","name":"Lizzie Bogan","mobile_number":"442-276-6765","email_id":"Melissa_Stark@yahoo.com","dop":"2025-04-06","serial_number":"14811874004044","imei1":"14811874004044","imei2":"14811874004044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193304,"job_number":"JOB_193304","tr_customer_id":193322,"tr_customer_product_id":193312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:43.000Z","modified_at":"2026-02-21T05:21:43.000Z","name":"Fredrick Klocko","mobile_number":"694-236-5956","email_id":"Montana.Predovic@gmail.com","dop":"2025-04-06","serial_number":"12783223683672104","imei1":"12783223683672104","imei2":"12783223683672104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193305,"job_number":"JOB_193305","tr_customer_id":193323,"tr_customer_product_id":193313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:26.000Z","modified_at":"2026-02-21T05:22:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12594280943157","imei1":"12594280943157","imei2":"12594280943157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193306,"job_number":"JOB_193306","tr_customer_id":193324,"tr_customer_product_id":193314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:27.000Z","modified_at":"2026-02-21T05:23:04.000Z","name":"Enos Marvin","mobile_number":"282-492-5837","email_id":"Sylvan10@gmail.com","dop":"2025-04-06","serial_number":"10743005981680","imei1":"10743005981680","imei2":"10743005981680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193307,"job_number":"JOB_193307","tr_customer_id":193325,"tr_customer_product_id":193315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:28.000Z","modified_at":"2026-02-21T05:22:28.000Z","name":"Tremayne Harber","mobile_number":"411-308-8450","email_id":"Johnathon66@hotmail.com","dop":"2025-04-06","serial_number":"12621197507760120","imei1":"12621197507760120","imei2":"12621197507760120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193308,"job_number":"JOB_193308","tr_customer_id":193326,"tr_customer_product_id":193316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12532814367686","imei1":"12532814367686","imei2":"12532814367686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193309,"job_number":"JOB_193309","tr_customer_id":193327,"tr_customer_product_id":193317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:49.000Z","name":"Tyrel Wilderman","mobile_number":"513-509-6426","email_id":"Nathaniel.Blick52@hotmail.com","dop":"2025-04-06","serial_number":"13283692881048","imei1":"13283692881048","imei2":"13283692881048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193310,"job_number":"JOB_193310","tr_customer_id":193328,"tr_customer_product_id":193318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:13.000Z","modified_at":"2026-02-21T05:23:13.000Z","name":"Lindsey Heidenreich","mobile_number":"999-790-8304","email_id":"Andreanne_Brown@hotmail.com","dop":"2025-04-06","serial_number":"10533575793331294","imei1":"10533575793331294","imei2":"10533575793331294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193311,"job_number":"JOB_193311","tr_customer_id":193329,"tr_customer_product_id":193319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:37.000Z","modified_at":"2026-02-21T05:26:10.000Z","name":"Domenica Collins","mobile_number":"746-339-7800","email_id":"Austin5@gmail.com","dop":"2025-04-06","serial_number":"12427435221920","imei1":"12427435221920","imei2":"12427435221920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193312,"job_number":"JOB_193312","tr_customer_id":193330,"tr_customer_product_id":193320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:38.000Z","modified_at":"2026-02-21T05:25:38.000Z","name":"Tod Adams","mobile_number":"555-471-5521","email_id":"Terry65@hotmail.com","dop":"2025-04-06","serial_number":"10788498118391618","imei1":"10788498118391618","imei2":"10788498118391618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193313,"job_number":"JOB_193313","tr_customer_id":193331,"tr_customer_product_id":193321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:57.000Z","modified_at":"2026-02-21T05:26:30.000Z","name":"Zelda Powlowski","mobile_number":"314-972-3649","email_id":"Elisabeth.Labadie95@hotmail.com","dop":"2025-04-06","serial_number":"13175201564904","imei1":"13175201564904","imei2":"13175201564904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193314,"job_number":"JOB_193314","tr_customer_id":193332,"tr_customer_product_id":193322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:58.000Z","modified_at":"2026-02-21T05:25:58.000Z","name":"Devin Price","mobile_number":"753-402-3495","email_id":"Loren_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"18368798924738108","imei1":"18368798924738108","imei2":"18368798924738108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193315,"job_number":"JOB_193315","tr_customer_id":193333,"tr_customer_product_id":193323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16996298937302","imei1":"16996298937302","imei2":"16996298937302","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193316,"job_number":"JOB_193316","tr_customer_id":193334,"tr_customer_product_id":193324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:35.000Z","name":"Kobe Bernier","mobile_number":"552-489-2552","email_id":"Monica54@yahoo.com","dop":"2025-12-01","serial_number":"11360939792248","imei1":"11360939792248","imei2":"11360939792248","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193317,"job_number":"JOB_193317","tr_customer_id":193335,"tr_customer_product_id":193325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:39.000Z","modified_at":"2026-02-21T05:27:39.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"16111077593504","imei1":"16111077593504","imei2":"16111077593504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193318,"job_number":"JOB_193318","tr_customer_id":193336,"tr_customer_product_id":193326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:40.000Z","modified_at":"2026-02-21T05:27:50.000Z","name":"Joannie Gutmann","mobile_number":"463-795-0151","email_id":"Armando.Dietrich@gmail.com","dop":"2025-12-01","serial_number":"12499062602301","imei1":"12499062602301","imei2":"12499062602301","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193319,"job_number":"JOB_193319","tr_customer_id":193337,"tr_customer_product_id":193327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:53.000Z","modified_at":"2026-02-21T05:27:53.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11077466088063","imei1":"11077466088063","imei2":"11077466088063","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193320,"job_number":"JOB_193320","tr_customer_id":193338,"tr_customer_product_id":193328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:54.000Z","modified_at":"2026-02-21T05:28:04.000Z","name":"Bethany Deckow","mobile_number":"314-987-5620","email_id":"Kaylee_Jast@hotmail.com","dop":"2025-12-01","serial_number":"11106351049331","imei1":"11106351049331","imei2":"11106351049331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193328,"job_number":"JOB_193328","tr_customer_id":193346,"tr_customer_product_id":193336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:57:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14500180749723","imei1":"14500180749723","imei2":"14500180749723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193329,"job_number":"JOB_193329","tr_customer_id":193347,"tr_customer_product_id":193337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:58:00.000Z","name":"Myriam Connelly","mobile_number":"999-651-0551","email_id":"Eulalia.Bartell27@yahoo.com","dop":"2025-04-06","serial_number":"13447435050349","imei1":"13447435050349","imei2":"13447435050349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193330,"job_number":"JOB_193330","tr_customer_id":193348,"tr_customer_product_id":193338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:29.000Z","modified_at":"2026-02-21T06:57:29.000Z","name":"Katelin Hilpert","mobile_number":"639-249-0766","email_id":"Ole54@gmail.com","dop":"2025-04-06","serial_number":"17990608843684352","imei1":"17990608843684352","imei2":"17990608843684352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193331,"job_number":"JOB_193331","tr_customer_id":193349,"tr_customer_product_id":193339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:05.000Z","modified_at":"2026-02-21T06:58:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12411661589835","imei1":"12411661589835","imei2":"12411661589835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193332,"job_number":"JOB_193332","tr_customer_id":193350,"tr_customer_product_id":193340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:06.000Z","modified_at":"2026-02-21T06:58:35.000Z","name":"Demarcus Powlowski","mobile_number":"717-880-0942","email_id":"Manuel80@hotmail.com","dop":"2025-04-06","serial_number":"13577442173085","imei1":"13577442173085","imei2":"13577442173085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193333,"job_number":"JOB_193333","tr_customer_id":193351,"tr_customer_product_id":193341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:07.000Z","modified_at":"2026-02-21T06:58:07.000Z","name":"Walker DuBuque","mobile_number":"355-903-4157","email_id":"Lina8@hotmail.com","dop":"2025-04-06","serial_number":"11606565818430918","imei1":"11606565818430918","imei2":"11606565818430918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193334,"job_number":"JOB_193334","tr_customer_id":193352,"tr_customer_product_id":193342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:58:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14826284907109","imei1":"14826284907109","imei2":"14826284907109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193335,"job_number":"JOB_193335","tr_customer_id":193353,"tr_customer_product_id":193343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:59:14.000Z","name":"Vern Rohan","mobile_number":"239-832-3482","email_id":"Freeman83@gmail.com","dop":"2025-04-06","serial_number":"11275658806153","imei1":"11275658806153","imei2":"11275658806153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193336,"job_number":"JOB_193336","tr_customer_id":193354,"tr_customer_product_id":193344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:41.000Z","modified_at":"2026-02-21T06:58:41.000Z","name":"Modesta Feest","mobile_number":"994-204-4972","email_id":"Antonietta75@hotmail.com","dop":"2025-04-06","serial_number":"14013384807474776","imei1":"14013384807474776","imei2":"14013384807474776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193337,"job_number":"JOB_193337","tr_customer_id":193355,"tr_customer_product_id":193345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:51.000Z","modified_at":"2026-02-21T07:00:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14615375139250","imei1":"14615375139250","imei2":"14615375139250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193338,"job_number":"JOB_193338","tr_customer_id":193356,"tr_customer_product_id":193346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:52.000Z","modified_at":"2026-02-21T07:01:23.000Z","name":"Amari Zemlak","mobile_number":"988-744-5187","email_id":"Shaun_Nader19@gmail.com","dop":"2025-04-06","serial_number":"18264054840186","imei1":"18264054840186","imei2":"18264054840186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193339,"job_number":"JOB_193339","tr_customer_id":193357,"tr_customer_product_id":193347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:53.000Z","modified_at":"2026-02-21T07:00:53.000Z","name":"Keven Shanahan","mobile_number":"656-274-3855","email_id":"Laurianne.Mosciski@hotmail.com","dop":"2025-04-06","serial_number":"10520093004004100","imei1":"10520093004004100","imei2":"10520093004004100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193340,"job_number":"JOB_193340","tr_customer_id":193358,"tr_customer_product_id":193348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:28.000Z","modified_at":"2026-02-21T07:01:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13541032706944","imei1":"13541032706944","imei2":"13541032706944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193341,"job_number":"JOB_193341","tr_customer_id":193359,"tr_customer_product_id":193349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:29.000Z","modified_at":"2026-02-21T07:01:59.000Z","name":"Elliott Treutel","mobile_number":"585-487-3139","email_id":"Keely.Wyman94@yahoo.com","dop":"2025-04-06","serial_number":"18631824641252","imei1":"18631824641252","imei2":"18631824641252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193342,"job_number":"JOB_193342","tr_customer_id":193360,"tr_customer_product_id":193350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:30.000Z","modified_at":"2026-02-21T07:01:30.000Z","name":"Alexanne Howe","mobile_number":"988-775-9998","email_id":"Makayla_Berge9@hotmail.com","dop":"2025-04-06","serial_number":"15364999435655256","imei1":"15364999435655256","imei2":"15364999435655256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193343,"job_number":"JOB_193343","tr_customer_id":193361,"tr_customer_product_id":193351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:04.000Z","modified_at":"2026-02-21T07:02:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12046156800606","imei1":"12046156800606","imei2":"12046156800606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193344,"job_number":"JOB_193344","tr_customer_id":193362,"tr_customer_product_id":193352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:35.000Z","name":"Ursula Medhurst","mobile_number":"788-951-0752","email_id":"Mara_Gulgowski62@hotmail.com","dop":"2025-04-06","serial_number":"14733874466324","imei1":"14733874466324","imei2":"14733874466324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193345,"job_number":"JOB_193345","tr_customer_id":193363,"tr_customer_product_id":193353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:05.000Z","name":"Arno Denesik","mobile_number":"715-555-8519","email_id":"Elta.Hoppe@hotmail.com","dop":"2025-04-06","serial_number":"12222153548494696","imei1":"12222153548494696","imei2":"12222153548494696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193346,"job_number":"JOB_193346","tr_customer_id":193364,"tr_customer_product_id":193354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:04:33.000Z","modified_at":"2026-02-21T07:04:33.000Z","name":"Sarla Mishra","mobile_number":"975641477","email_id":"abhaya.sharma@yahoo.co.in","dop":"2026-02-11","serial_number":"663805604905026","imei1":"663805604905026","imei2":"663805604905026","popurl":"www.abhaidev-naik.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193347,"job_number":"JOB_193347","tr_customer_id":193365,"tr_customer_product_id":193355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:26:53.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"14720838700539","imei1":"14720838700539","imei2":"14720838700539","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193348,"job_number":"JOB_193348","tr_customer_id":193366,"tr_customer_product_id":193356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:27:29.000Z","name":"Carleton Ratke","mobile_number":"358-266-6918","email_id":"Norwood.Reilly@hotmail.com","dop":"2025-08-24","serial_number":"11487694945416","imei1":"11487694945416","imei2":"11487694945416","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193349,"job_number":"JOB_193349","tr_customer_id":193367,"tr_customer_product_id":193357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:54.000Z","modified_at":"2026-02-21T07:26:54.000Z","name":"Flavio Grant","mobile_number":"692-710-6183","email_id":"Rebecca_Ryan14@gmail.com","dop":"2025-08-24","serial_number":"1037453169281561","imei1":"1037453169281561","imei2":"1037453169281561","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193350,"job_number":"JOB_193350","tr_customer_id":193368,"tr_customer_product_id":193358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:35.000Z","modified_at":"2026-02-21T07:27:35.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17005161525366","imei1":"17005161525366","imei2":"17005161525366","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193351,"job_number":"JOB_193351","tr_customer_id":193369,"tr_customer_product_id":193359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:36.000Z","modified_at":"2026-02-21T07:28:11.000Z","name":"Daniela Gleichner","mobile_number":"445-986-8869","email_id":"Rashad_Bechtelar@yahoo.com","dop":"2025-08-24","serial_number":"13970668585595","imei1":"13970668585595","imei2":"13970668585595","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193352,"job_number":"JOB_193352","tr_customer_id":193370,"tr_customer_product_id":193360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:37.000Z","modified_at":"2026-02-21T07:27:37.000Z","name":"Rita Stokes","mobile_number":"852-224-3961","email_id":"Leopold_Schuster75@yahoo.com","dop":"2025-08-24","serial_number":"1067373335692890","imei1":"1067373335692890","imei2":"1067373335692890","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193353,"job_number":"JOB_193353","tr_customer_id":193371,"tr_customer_product_id":193361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:18.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"18814550219868","imei1":"18814550219868","imei2":"18814550219868","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193354,"job_number":"JOB_193354","tr_customer_id":193372,"tr_customer_product_id":193362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:53.000Z","name":"Geovanny Jacobs","mobile_number":"661-289-5384","email_id":"Amparo_Erdman14@hotmail.com","dop":"2025-08-24","serial_number":"14983299584520","imei1":"14983299584520","imei2":"14983299584520","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193355,"job_number":"JOB_193355","tr_customer_id":193373,"tr_customer_product_id":193363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:20.000Z","modified_at":"2026-02-21T07:28:20.000Z","name":"Noemie Strosin","mobile_number":"926-246-8584","email_id":"Ottis89@yahoo.com","dop":"2025-08-24","serial_number":"1087887588560128","imei1":"1087887588560128","imei2":"1087887588560128","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193356,"job_number":"JOB_193356","tr_customer_id":193374,"tr_customer_product_id":193364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:07.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12818600653089","imei1":"12818600653089","imei2":"12818600653089","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193357,"job_number":"JOB_193357","tr_customer_id":193375,"tr_customer_product_id":193365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:43.000Z","name":"Johann Harris","mobile_number":"232-519-0283","email_id":"Joanny17@yahoo.com","dop":"2025-08-24","serial_number":"11791771717087","imei1":"11791771717087","imei2":"11791771717087","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193358,"job_number":"JOB_193358","tr_customer_id":193376,"tr_customer_product_id":193366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:08.000Z","modified_at":"2026-02-21T07:31:08.000Z","name":"Monroe Bode","mobile_number":"384-649-0563","email_id":"Jackeline.Toy8@yahoo.com","dop":"2025-08-24","serial_number":"1017147976680088","imei1":"1017147976680088","imei2":"1017147976680088","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193359,"job_number":"JOB_193359","tr_customer_id":193377,"tr_customer_product_id":193367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:31:50.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"12036851561100","imei1":"12036851561100","imei2":"12036851561100","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193360,"job_number":"JOB_193360","tr_customer_id":193378,"tr_customer_product_id":193368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:32:26.000Z","name":"Mason Towne","mobile_number":"724-812-1647","email_id":"Matt.Daugherty59@gmail.com","dop":"2025-08-24","serial_number":"16487528353046","imei1":"16487528353046","imei2":"16487528353046","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193361,"job_number":"JOB_193361","tr_customer_id":193379,"tr_customer_product_id":193369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:51.000Z","modified_at":"2026-02-21T07:31:51.000Z","name":"Maximilian Bergnaum","mobile_number":"214-767-3524","email_id":"Emilio.Barton11@yahoo.com","dop":"2025-08-24","serial_number":"1005105062718217","imei1":"1005105062718217","imei2":"1005105062718217","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193362,"job_number":"JOB_193362","tr_customer_id":193380,"tr_customer_product_id":193370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:32:33.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19405530719267","imei1":"19405530719267","imei2":"19405530719267","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193363,"job_number":"JOB_193363","tr_customer_id":193381,"tr_customer_product_id":193371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:33:08.000Z","name":"Alexys Bernhard","mobile_number":"920-734-5675","email_id":"Pattie.Muller39@gmail.com","dop":"2025-08-24","serial_number":"16618505534438","imei1":"16618505534438","imei2":"16618505534438","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193364,"job_number":"JOB_193364","tr_customer_id":193382,"tr_customer_product_id":193372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:34.000Z","modified_at":"2026-02-21T07:32:34.000Z","name":"Merle Kuhic","mobile_number":"880-920-6502","email_id":"Alek_Murphy@yahoo.com","dop":"2025-08-24","serial_number":"1020156372357939","imei1":"1020156372357939","imei2":"1020156372357939","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193365,"job_number":"JOB_193365","tr_customer_id":193383,"tr_customer_product_id":193373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:35:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14435403003308","imei1":"14435403003308","imei2":"14435403003308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193366,"job_number":"JOB_193366","tr_customer_id":193384,"tr_customer_product_id":193374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:36:27.000Z","name":"Viola Will","mobile_number":"263-726-4307","email_id":"Linnea30@yahoo.com","dop":"2025-04-06","serial_number":"11316960858598","imei1":"11316960858598","imei2":"11316960858598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193367,"job_number":"JOB_193367","tr_customer_id":193385,"tr_customer_product_id":193375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:58.000Z","modified_at":"2026-02-21T07:35:58.000Z","name":"Kristy Stroman","mobile_number":"957-257-1508","email_id":"Agustin.Cartwright55@gmail.com","dop":"2025-04-06","serial_number":"17827110094024082","imei1":"17827110094024082","imei2":"17827110094024082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193368,"job_number":"JOB_193368","tr_customer_id":193386,"tr_customer_product_id":193376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:36:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16877913902943","imei1":"16877913902943","imei2":"16877913902943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193369,"job_number":"JOB_193369","tr_customer_id":193387,"tr_customer_product_id":193377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:37:03.000Z","name":"Laurine Gottlieb","mobile_number":"351-584-1940","email_id":"Wilfrid_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"16378797833665","imei1":"16378797833665","imei2":"16378797833665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193370,"job_number":"JOB_193370","tr_customer_id":193388,"tr_customer_product_id":193378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:33.000Z","modified_at":"2026-02-21T07:36:33.000Z","name":"Orion Cole","mobile_number":"825-802-8481","email_id":"Electa81@hotmail.com","dop":"2025-04-06","serial_number":"18482641818318780","imei1":"18482641818318780","imei2":"18482641818318780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193371,"job_number":"JOB_193371","tr_customer_id":193389,"tr_customer_product_id":193379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409082647918","imei1":"10409082647918","imei2":"10409082647918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193372,"job_number":"JOB_193372","tr_customer_id":193390,"tr_customer_product_id":193380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:41.000Z","name":"Rhett Skiles","mobile_number":"303-250-7166","email_id":"Ricardo.Leuschke6@yahoo.com","dop":"2025-04-06","serial_number":"13700896357600","imei1":"13700896357600","imei2":"13700896357600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193373,"job_number":"JOB_193373","tr_customer_id":193391,"tr_customer_product_id":193381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:09.000Z","modified_at":"2026-02-21T07:37:09.000Z","name":"Elisa Murray","mobile_number":"838-352-8357","email_id":"Jason_Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"13107282216834658","imei1":"13107282216834658","imei2":"13107282216834658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193374,"job_number":"JOB_193374","tr_customer_id":193392,"tr_customer_product_id":193382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:55.000Z","modified_at":"2026-02-21T07:37:55.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11306756058129","imei1":"11306756058129","imei2":"11306756058129","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193375,"job_number":"JOB_193375","tr_customer_id":193393,"tr_customer_product_id":193383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:56.000Z","modified_at":"2026-02-21T07:38:32.000Z","name":"Jules Auer","mobile_number":"651-559-1121","email_id":"Connie.Fadel88@gmail.com","dop":"2025-08-24","serial_number":"17252636890148","imei1":"17252636890148","imei2":"17252636890148","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193376,"job_number":"JOB_193376","tr_customer_id":193394,"tr_customer_product_id":193384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:57.000Z","modified_at":"2026-02-21T07:37:57.000Z","name":"Daphney Oberbrunner","mobile_number":"341-496-0383","email_id":"Ken88@gmail.com","dop":"2025-08-24","serial_number":"1040493187142260","imei1":"1040493187142260","imei2":"1040493187142260","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193377,"job_number":"JOB_193377","tr_customer_id":193395,"tr_customer_product_id":193385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:38:39.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19612044195453","imei1":"19612044195453","imei2":"19612044195453","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193378,"job_number":"JOB_193378","tr_customer_id":193396,"tr_customer_product_id":193386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:39:15.000Z","name":"Paolo Connelly","mobile_number":"470-795-3780","email_id":"Roy.Stiedemann80@hotmail.com","dop":"2025-08-24","serial_number":"10895689678170","imei1":"10895689678170","imei2":"10895689678170","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193379,"job_number":"JOB_193379","tr_customer_id":193397,"tr_customer_product_id":193387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:41.000Z","modified_at":"2026-02-21T07:38:41.000Z","name":"Jaylin O'Hara","mobile_number":"972-788-4181","email_id":"Onie.Shanahan36@hotmail.com","dop":"2025-08-24","serial_number":"1086245263028934","imei1":"1086245263028934","imei2":"1086245263028934","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193380,"job_number":"JOB_193380","tr_customer_id":193398,"tr_customer_product_id":193388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:22.000Z","modified_at":"2026-02-21T07:39:22.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19566412732163","imei1":"19566412732163","imei2":"19566412732163","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193381,"job_number":"JOB_193381","tr_customer_id":193399,"tr_customer_product_id":193389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:23.000Z","modified_at":"2026-02-21T07:39:58.000Z","name":"Colby Dare","mobile_number":"539-894-4176","email_id":"Tommie.Botsford49@gmail.com","dop":"2025-08-24","serial_number":"10553969009289","imei1":"10553969009289","imei2":"10553969009289","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193382,"job_number":"JOB_193382","tr_customer_id":193400,"tr_customer_product_id":193390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:24.000Z","modified_at":"2026-02-21T07:39:24.000Z","name":"Joel Jones","mobile_number":"678-852-4682","email_id":"Cecelia_Funk@yahoo.com","dop":"2025-08-24","serial_number":"1041561432726379","imei1":"1041561432726379","imei2":"1041561432726379","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193383,"job_number":"JOB_193383","tr_customer_id":193401,"tr_customer_product_id":193391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:41:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10117309860320","imei1":"10117309860320","imei2":"10117309860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193384,"job_number":"JOB_193384","tr_customer_id":193402,"tr_customer_product_id":193392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:42:10.000Z","name":"Darrell Kohler","mobile_number":"415-937-4218","email_id":"Rosendo_Tromp35@yahoo.com","dop":"2025-04-06","serial_number":"12070978891166","imei1":"12070978891166","imei2":"12070978891166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193385,"job_number":"JOB_193385","tr_customer_id":193403,"tr_customer_product_id":193393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:41.000Z","modified_at":"2026-02-21T07:41:41.000Z","name":"Estelle Weber","mobile_number":"624-711-8027","email_id":"Rosario51@hotmail.com","dop":"2025-04-06","serial_number":"11403399497092734","imei1":"11403399497092734","imei2":"11403399497092734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193386,"job_number":"JOB_193386","tr_customer_id":193404,"tr_customer_product_id":193394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:15.000Z","modified_at":"2026-02-21T07:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16388964942987","imei1":"16388964942987","imei2":"16388964942987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193387,"job_number":"JOB_193387","tr_customer_id":193405,"tr_customer_product_id":193395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:16.000Z","modified_at":"2026-02-21T07:42:51.000Z","name":"German Kilback","mobile_number":"849-626-2312","email_id":"Mariane_Franecki26@gmail.com","dop":"2025-04-06","serial_number":"16439057314077","imei1":"16439057314077","imei2":"16439057314077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193388,"job_number":"JOB_193388","tr_customer_id":193406,"tr_customer_product_id":193396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:17.000Z","modified_at":"2026-02-21T07:42:17.000Z","name":"Madaline Kling","mobile_number":"509-886-4437","email_id":"Trevor35@yahoo.com","dop":"2025-04-06","serial_number":"13918570880312850","imei1":"13918570880312850","imei2":"13918570880312850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193389,"job_number":"JOB_193389","tr_customer_id":193407,"tr_customer_product_id":193397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:56.000Z","modified_at":"2026-02-21T07:42:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19158717903805","imei1":"19158717903805","imei2":"19158717903805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193390,"job_number":"JOB_193390","tr_customer_id":193408,"tr_customer_product_id":193398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:57.000Z","modified_at":"2026-02-21T07:43:31.000Z","name":"Theo Ortiz","mobile_number":"905-320-7906","email_id":"Coy_Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"12991638732410","imei1":"12991638732410","imei2":"12991638732410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193391,"job_number":"JOB_193391","tr_customer_id":193409,"tr_customer_product_id":193399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:58.000Z","modified_at":"2026-02-21T07:42:58.000Z","name":"Breanna Roob","mobile_number":"311-665-1228","email_id":"Elfrieda_Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"19090023186950096","imei1":"19090023186950096","imei2":"19090023186950096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193392,"job_number":"JOB_193392","tr_customer_id":193410,"tr_customer_product_id":193400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:24.000Z","modified_at":"2026-02-21T07:44:24.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"17942583115803","imei1":"17942583115803","imei2":"17942583115803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193393,"job_number":"JOB_193393","tr_customer_id":193411,"tr_customer_product_id":193401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:25.000Z","modified_at":"2026-02-21T07:45:01.000Z","name":"Gregg McDermott","mobile_number":"945-710-4122","email_id":"Hertha_Johnston@hotmail.com","dop":"2025-08-24","serial_number":"16033096175723","imei1":"16033096175723","imei2":"16033096175723","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193394,"job_number":"JOB_193394","tr_customer_id":193412,"tr_customer_product_id":193402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:26.000Z","modified_at":"2026-02-21T07:44:26.000Z","name":"Manuela Langworth","mobile_number":"708-745-6938","email_id":"Heaven45@gmail.com","dop":"2025-08-24","serial_number":"1076324782314125","imei1":"1076324782314125","imei2":"1076324782314125","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193395,"job_number":"JOB_193395","tr_customer_id":193413,"tr_customer_product_id":193403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:08.000Z","modified_at":"2026-02-21T07:45:08.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17393220884968","imei1":"17393220884968","imei2":"17393220884968","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193396,"job_number":"JOB_193396","tr_customer_id":193414,"tr_customer_product_id":193404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:09.000Z","modified_at":"2026-02-21T07:45:45.000Z","name":"Marcella Miller","mobile_number":"884-310-8276","email_id":"Davion_Smitham@hotmail.com","dop":"2025-08-24","serial_number":"11883637593341","imei1":"11883637593341","imei2":"11883637593341","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193397,"job_number":"JOB_193397","tr_customer_id":193415,"tr_customer_product_id":193405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:10.000Z","modified_at":"2026-02-21T07:45:10.000Z","name":"Karolann Rath","mobile_number":"794-950-5400","email_id":"Abelardo.Balistreri@gmail.com","dop":"2025-08-24","serial_number":"1014511479967130","imei1":"1014511479967130","imei2":"1014511479967130","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193398,"job_number":"JOB_193398","tr_customer_id":193416,"tr_customer_product_id":193406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:45:52.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11613119694321","imei1":"11613119694321","imei2":"11613119694321","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193399,"job_number":"JOB_193399","tr_customer_id":193417,"tr_customer_product_id":193407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:46:29.000Z","name":"Naomi Beahan","mobile_number":"545-964-7483","email_id":"Alta_Hirthe@hotmail.com","dop":"2025-08-24","serial_number":"11605371628980","imei1":"11605371628980","imei2":"11605371628980","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193400,"job_number":"JOB_193400","tr_customer_id":193418,"tr_customer_product_id":193408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:53.000Z","modified_at":"2026-02-21T07:45:53.000Z","name":"Polly Ritchie","mobile_number":"391-904-8976","email_id":"Elliot52@hotmail.com","dop":"2025-08-24","serial_number":"1098665647093363","imei1":"1098665647093363","imei2":"1098665647093363","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193401,"job_number":"JOB_193401","tr_customer_id":193419,"tr_customer_product_id":193409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:47.000Z","modified_at":"2026-02-21T07:49:26.000Z","name":"Kane Sanford","mobile_number":"443-612-9487","email_id":"Arielle18@gmail.com","dop":"2025-04-06","serial_number":"18119359610213","imei1":"18119359610213","imei2":"18119359610213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193402,"job_number":"JOB_193402","tr_customer_id":193420,"tr_customer_product_id":193410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:48.000Z","modified_at":"2026-02-21T07:48:48.000Z","name":"Rudy Hoppe","mobile_number":"508-579-4138","email_id":"Henriette.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"18692767985986108","imei1":"18692767985986108","imei2":"18692767985986108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193406,"job_number":"JOB_193406","tr_customer_id":193424,"tr_customer_product_id":193414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:07.000Z","modified_at":"2026-02-21T07:50:42.000Z","name":"Elroy Witting","mobile_number":"431-813-4941","email_id":"Nicole_Torphy34@yahoo.com","dop":"2025-04-06","serial_number":"18149506369620","imei1":"18149506369620","imei2":"18149506369620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193407,"job_number":"JOB_193407","tr_customer_id":193425,"tr_customer_product_id":193415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:08.000Z","modified_at":"2026-02-21T07:50:08.000Z","name":"Giovanny Orn","mobile_number":"372-757-9716","email_id":"Lorenz_Windler@hotmail.com","dop":"2025-04-06","serial_number":"15773123509869388","imei1":"15773123509869388","imei2":"15773123509869388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193408,"job_number":"JOB_193408","tr_customer_id":193426,"tr_customer_product_id":193416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:50:33.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12583303650192","imei1":"12583303650192","imei2":"12583303650192","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193409,"job_number":"JOB_193409","tr_customer_id":193427,"tr_customer_product_id":193417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:51:11.000Z","name":"Kirsten MacGyver","mobile_number":"982-552-0689","email_id":"Therese.Barrows15@yahoo.com","dop":"2025-08-24","serial_number":"18818868196827","imei1":"18818868196827","imei2":"18818868196827","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193410,"job_number":"JOB_193410","tr_customer_id":193428,"tr_customer_product_id":193418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:34.000Z","modified_at":"2026-02-21T07:50:34.000Z","name":"Tre Hickle","mobile_number":"214-222-6302","email_id":"Omari86@yahoo.com","dop":"2025-08-24","serial_number":"1016385885939756","imei1":"1016385885939756","imei2":"1016385885939756","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193411,"job_number":"JOB_193411","tr_customer_id":193429,"tr_customer_product_id":193419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:49.000Z","modified_at":"2026-02-21T08:28:28.000Z","name":"Nicola Grant","mobile_number":"8928885292","email_id":"Abigail91@yahoo.com","dop":"2026-01-12","serial_number":"10115143860909","imei1":"10115143860909","imei2":"10115143860909","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T08:28:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":193412,"job_number":"JOB_193412","tr_customer_id":193430,"tr_customer_product_id":193420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:19.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18666066202750","imei1":"18666066202750","imei2":"18666066202750","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193413,"job_number":"JOB_193413","tr_customer_id":193431,"tr_customer_product_id":193421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:56.000Z","name":"Lura Feeney","mobile_number":"723-936-7765","email_id":"Carmel78@gmail.com","dop":"2025-08-24","serial_number":"15803776769330","imei1":"15803776769330","imei2":"15803776769330","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193414,"job_number":"JOB_193414","tr_customer_id":193432,"tr_customer_product_id":193422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:20.000Z","modified_at":"2026-02-21T07:51:20.000Z","name":"Deshaun Gutkowski","mobile_number":"245-766-2848","email_id":"Selina_Wiegand@hotmail.com","dop":"2025-08-24","serial_number":"1081838350909819","imei1":"1081838350909819","imei2":"1081838350909819","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193415,"job_number":"JOB_193415","tr_customer_id":193433,"tr_customer_product_id":193423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:37.000Z","modified_at":"2026-02-21T07:51:37.000Z","name":"Horacio Wilderman","mobile_number":"8928885292","email_id":"Camilla.Gottlieb@gmail.com","dop":"2026-01-12","serial_number":"10096311673473434","imei1":"10096311673473434","imei2":"10096311673473434","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193416,"job_number":"JOB_193416","tr_customer_id":193434,"tr_customer_product_id":193424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11230557252449","imei1":"11230557252449","imei2":"11230557252449","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193417,"job_number":"JOB_193417","tr_customer_id":193435,"tr_customer_product_id":193425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:42.000Z","name":"Katelynn Robel","mobile_number":"204-584-1735","email_id":"Watson.McClure@yahoo.com","dop":"2025-08-24","serial_number":"19949939898268","imei1":"19949939898268","imei2":"19949939898268","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193418,"job_number":"JOB_193418","tr_customer_id":193436,"tr_customer_product_id":193426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:05.000Z","modified_at":"2026-02-21T07:52:05.000Z","name":"Kenny Heathcote","mobile_number":"378-442-3417","email_id":"Diego.Bosco@hotmail.com","dop":"2025-08-24","serial_number":"1096253210185018","imei1":"1096253210185018","imei2":"1096253210185018","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193419,"job_number":"JOB_193419","tr_customer_id":193437,"tr_customer_product_id":193427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:05.000Z","modified_at":"2026-02-21T08:13:05.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19724020545025","imei1":"19724020545025","imei2":"19724020545025","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193420,"job_number":"JOB_193420","tr_customer_id":193438,"tr_customer_product_id":193428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:06.000Z","modified_at":"2026-02-21T08:13:44.000Z","name":"Jennie Wolff","mobile_number":"250-618-3357","email_id":"Hank.Volkman67@hotmail.com","dop":"2025-08-24","serial_number":"17196442069445","imei1":"17196442069445","imei2":"17196442069445","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:13:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193421,"job_number":"JOB_193421","tr_customer_id":193439,"tr_customer_product_id":193429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:07.000Z","modified_at":"2026-02-21T08:13:07.000Z","name":"Ebba Steuber","mobile_number":"893-586-8501","email_id":"Melyssa93@yahoo.com","dop":"2025-08-24","serial_number":"1014071285007740","imei1":"1014071285007740","imei2":"1014071285007740","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193422,"job_number":"JOB_193422","tr_customer_id":193440,"tr_customer_product_id":193430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:13:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17692622377904","imei1":"17692622377904","imei2":"17692622377904","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193423,"job_number":"JOB_193423","tr_customer_id":193441,"tr_customer_product_id":193431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:14:31.000Z","name":"Alexandria Shanahan","mobile_number":"519-882-4748","email_id":"Jacquelyn60@hotmail.com","dop":"2025-08-24","serial_number":"14871532776961","imei1":"14871532776961","imei2":"14871532776961","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193424,"job_number":"JOB_193424","tr_customer_id":193442,"tr_customer_product_id":193432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:53.000Z","modified_at":"2026-02-21T08:13:53.000Z","name":"Glennie Rodriguez","mobile_number":"797-513-2777","email_id":"Kennedi.Blanda@yahoo.com","dop":"2025-08-24","serial_number":"1098376930953258","imei1":"1098376930953258","imei2":"1098376930953258","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193425,"job_number":"JOB_193425","tr_customer_id":193443,"tr_customer_product_id":193433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:14:38.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11743835190486","imei1":"11743835190486","imei2":"11743835190486","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193426,"job_number":"JOB_193426","tr_customer_id":193444,"tr_customer_product_id":193434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:15:16.000Z","name":"Joany Purdy","mobile_number":"724-237-3117","email_id":"Maureen78@hotmail.com","dop":"2025-08-24","serial_number":"13567445995615","imei1":"13567445995615","imei2":"13567445995615","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193427,"job_number":"JOB_193427","tr_customer_id":193445,"tr_customer_product_id":193435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:39.000Z","modified_at":"2026-02-21T08:14:39.000Z","name":"Nick Hauck","mobile_number":"255-564-9466","email_id":"Ellie_Lesch@gmail.com","dop":"2025-08-24","serial_number":"1008911628159141","imei1":"1008911628159141","imei2":"1008911628159141","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193428,"job_number":"JOB_193428","tr_customer_id":193446,"tr_customer_product_id":193436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:20.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193429,"job_number":"JOB_193429","tr_customer_id":193447,"tr_customer_product_id":193437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193430,"job_number":"JOB_193430","tr_customer_id":193448,"tr_customer_product_id":193438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193431,"job_number":"JOB_193431","tr_customer_id":193449,"tr_customer_product_id":193439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193432,"job_number":"JOB_193432","tr_customer_id":193450,"tr_customer_product_id":193440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193433,"job_number":"JOB_193433","tr_customer_id":193451,"tr_customer_product_id":193441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Dhaanyalakshmi Jain","mobile_number":"7004418024","email_id":"mandaakin.bharadwaj@yahoo.co.in","dop":"2026-02-11","serial_number":"438286374794778","imei1":"438286374794778","imei2":"438286374794778","popurl":"www.goswami-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193434,"job_number":"JOB_193434","tr_customer_id":193452,"tr_customer_product_id":193442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aayushmaan Kaur","mobile_number":"7059813001","email_id":"usha.kakkar@hotmail.com","dop":"2026-02-11","serial_number":"979657060377900","imei1":"979657060377900","imei2":"979657060377900","popurl":"www.manik-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193435,"job_number":"JOB_193435","tr_customer_id":193453,"tr_customer_product_id":193443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sushma Panicker","mobile_number":"7064691662","email_id":"sarala.dutta@gmail.com","dop":"2026-02-11","serial_number":"513177912176455","imei1":"513177912176455","imei2":"513177912176455","popurl":"www.birjesh-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193436,"job_number":"JOB_193436","tr_customer_id":193454,"tr_customer_product_id":193444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aaryan Patel","mobile_number":"7033480698","email_id":"chidaatma.prajapat@gmail.com","dop":"2026-02-11","serial_number":"094671057145544","imei1":"094671057145544","imei2":"094671057145544","popurl":"www.anjushree-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193437,"job_number":"JOB_193437","tr_customer_id":193455,"tr_customer_product_id":193445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sunita Varma","mobile_number":"7003820851","email_id":"chandramauli.bhattacharya@gmail.com","dop":"2026-02-11","serial_number":"796348192115143","imei1":"796348192115143","imei2":"796348192115143","popurl":"www.swami-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193438,"job_number":"JOB_193438","tr_customer_id":193456,"tr_customer_product_id":193446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855188","imei1":"15421920855188","imei2":"15421920855188","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193439,"job_number":"JOB_193439","tr_customer_id":193457,"tr_customer_product_id":193447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855177","imei1":"15421920855177","imei2":"15421920855177","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193440,"job_number":"JOB_193440","tr_customer_id":193458,"tr_customer_product_id":193448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:24.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855122","imei1":"15421920855122","imei2":"15421920855122","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193441,"job_number":"JOB_193441","tr_customer_id":193459,"tr_customer_product_id":193449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553123","imei1":"23357077553123","imei2":"23357077553123","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193442,"job_number":"JOB_193442","tr_customer_id":193460,"tr_customer_product_id":193450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553165","imei1":"23357077553165","imei2":"23357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193443,"job_number":"JOB_193443","tr_customer_id":193461,"tr_customer_product_id":193451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553178","imei1":"23357077553178","imei2":"23357077553178","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193444,"job_number":"JOB_193444","tr_customer_id":193462,"tr_customer_product_id":193452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"87357077553165","imei1":"87357077553165","imei2":"87357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193445,"job_number":"JOB_193445","tr_customer_id":193463,"tr_customer_product_id":193453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"56357077553165","imei1":"56357077553165","imei2":"56357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193446,"job_number":"JOB_193446","tr_customer_id":193464,"tr_customer_product_id":193454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:27.000Z","modified_at":"2026-02-21T09:50:27.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"85118284085858","imei1":"85118284085858","imei2":"85118284085858","popurl":"2026-02-11T09:50:26.429886203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193447,"job_number":"JOB_193447","tr_customer_id":193465,"tr_customer_product_id":193455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:28.000Z","modified_at":"2026-02-21T09:50:28.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"20288223085858","imei1":"20288223085858","imei2":"20288223085858","popurl":"2026-02-11T09:50:27.444812867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193448,"job_number":"JOB_193448","tr_customer_id":193466,"tr_customer_product_id":193456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:15.000Z","modified_at":"2026-02-21T10:46:15.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-11T10:46:06.658049026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193449,"job_number":"JOB_193449","tr_customer_id":193467,"tr_customer_product_id":193457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:16.000Z","modified_at":"2026-02-21T10:46:16.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-11","serial_number":"41944561729345","imei1":"41944561729345","imei2":"41944561729345","popurl":"2026-02-11T10:46:06.660275584Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193450,"job_number":"JOB_193450","tr_customer_id":193468,"tr_customer_product_id":193458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:29.000Z","modified_at":"2026-02-21T10:46:29.000Z","name":"Anandamayi Banerjee","mobile_number":"8686338023","email_id":"bharat.khan@hotmail.com","dop":"2026-02-11","serial_number":"88526442490310","imei1":"88526442490310","imei2":"88526442490310","popurl":"www.bhargavi-gowda.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193451,"job_number":"JOB_193451","tr_customer_id":193469,"tr_customer_product_id":193459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:42:57.000Z","modified_at":"2026-02-21T11:42:57.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-11","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-11T11:42:56.589006406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193452,"job_number":"JOB_193452","tr_customer_id":193470,"tr_customer_product_id":193460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:57.000Z","modified_at":"2026-02-21T11:50:34.000Z","name":"Carlotta Heathcote","mobile_number":"647-593-6096","email_id":"Alycia22@yahoo.com","dop":"2025-04-06","serial_number":"11301090230706","imei1":"11301090230706","imei2":"11301090230706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T11:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193453,"job_number":"JOB_193453","tr_customer_id":193471,"tr_customer_product_id":193461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:58.000Z","modified_at":"2026-02-21T11:49:58.000Z","name":"Dameon Little","mobile_number":"455-441-8562","email_id":"Velva37@yahoo.com","dop":"2025-04-06","serial_number":"14240336567763800","imei1":"14240336567763800","imei2":"14240336567763800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:49:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193454,"job_number":"JOB_193454","tr_customer_id":193472,"tr_customer_product_id":193462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:41:50.000Z","modified_at":"2026-02-21T12:41:50.000Z","name":"nishant sharma","mobile_number":"9999999999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfgdfgdfgdfgd","imei2":"gdfgdfgdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193455,"job_number":"JOB_193455","tr_customer_id":193473,"tr_customer_product_id":193463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:43:38.000Z","modified_at":"2026-02-21T12:43:38.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdfgd","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193456,"job_number":"JOB_193456","tr_customer_id":193474,"tr_customer_product_id":193464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:04:42.000Z","modified_at":"2026-02-21T13:04:42.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdf33d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:04:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193457,"job_number":"JOB_193457","tr_customer_id":193475,"tr_customer_product_id":193465,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:09:37.000Z","modified_at":"2026-02-21T13:36:48.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgd133d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T13:36:48.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193458,"job_number":"JOB_193458","tr_customer_id":193476,"tr_customer_product_id":193466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:17:43.000Z","modified_at":"2026-02-21T13:17:43.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"13935219571113","imei1":"13935219571113","imei2":"13935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193459,"job_number":"JOB_193459","tr_customer_id":193477,"tr_customer_product_id":193467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:23:52.000Z","modified_at":"2026-02-21T13:23:52.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-11","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-11T13:23:51.306638436Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193460,"job_number":"JOB_193460","tr_customer_id":193478,"tr_customer_product_id":193468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"83935219571113","imei1":"83935219571113","imei2":"83935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193461,"job_number":"JOB_193461","tr_customer_id":193479,"tr_customer_product_id":193469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"52935219571113","imei1":"52935219571113","imei2":"52935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193462,"job_number":"JOB_193462","tr_customer_id":193480,"tr_customer_product_id":193470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"53935219571113","imei1":"53935219571113","imei2":"53935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193464,"job_number":"JOB_193464","tr_customer_id":193482,"tr_customer_product_id":193472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:09.000Z","modified_at":"2026-02-21T13:37:09.000Z","name":"Cullen Luettgen","mobile_number":"807-683-5212","email_id":"Iva59@yahoo.com","dop":"2025-05-30","serial_number":"19247176904755","imei1":"19247176904755","imei2":"19247176904755","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193465,"job_number":"JOB_193465","tr_customer_id":193483,"tr_customer_product_id":193473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:10.000Z","modified_at":"2026-02-21T13:37:10.000Z","name":"Junius Abbott","mobile_number":"310-872-6681","email_id":"Winston_Osinski@yahoo.com","dop":"2025-05-30","serial_number":"1474084519410455","imei1":"1474084519410455","imei2":"1474084519410455","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193006,"job_number":"JOB_193006","tr_customer_id":193024,"tr_customer_product_id":193014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:20:19.000Z","modified_at":"2026-02-21T00:32:50.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"14962565891918","imei1":"14962565891918","imei2":"14962565891918","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193007,"job_number":"JOB_193007","tr_customer_id":193025,"tr_customer_product_id":193015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:34:10.000Z","modified_at":"2026-02-21T00:34:24.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"11637362153991","imei1":"11637362153991","imei2":"11637362153991","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193008,"job_number":"JOB_193008","tr_customer_id":193026,"tr_customer_product_id":193016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:42:59.000Z","modified_at":"2026-02-21T02:34:04.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123648","imei1":"96325874123648","imei2":"96325874123648","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T02:34:04.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193009,"job_number":"JOB_193009","tr_customer_id":193027,"tr_customer_product_id":193017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:51:52.000Z","modified_at":"2026-02-21T01:51:52.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123647","imei1":"96325874123647","imei2":"96325874123647","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193010,"job_number":"JOB_193010","tr_customer_id":193028,"tr_customer_product_id":193018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:30.000Z","modified_at":"2026-02-21T01:55:30.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"10104806434183","imei1":"10104806434183","imei2":"10104806434183","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193011,"job_number":"JOB_193011","tr_customer_id":193029,"tr_customer_product_id":193019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:45.000Z","modified_at":"2026-02-21T02:35:20.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123646","imei1":"96325874123646","imei2":"96325874123646","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T02:35:20.000Z","assigned_to":17,"mst_warrenty_status_code":"IW"},{"id":193012,"job_number":"JOB_193012","tr_customer_id":193030,"tr_customer_product_id":193020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:06:54.000Z","modified_at":"2026-02-21T02:07:10.000Z","name":"jatin sharma","mobile_number":"7667767765","email_id":"jatinvsharma@gmail.com","dop":"2026-02-02","serial_number":"10477737061329","imei1":"10477737061329","imei2":"10477737061329","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193013,"job_number":"JOB_193013","tr_customer_id":193031,"tr_customer_product_id":193021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:14.000Z","modified_at":"2026-02-21T02:07:32.000Z","name":"uday p","mobile_number":"7667762335","email_id":"uday@gmail.com","dop":"2026-02-02","serial_number":"17481082609181","imei1":"17481082609181","imei2":"17481082609181","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193014,"job_number":"JOB_193014","tr_customer_id":193032,"tr_customer_product_id":193022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:36.000Z","modified_at":"2026-02-21T02:07:53.000Z","name":"kajal t","mobile_number":"7664467765","email_id":"kajal@gmail.com","dop":"2026-02-02","serial_number":"18097023238009","imei1":"18097023238009","imei2":"18097023238009","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193019,"job_number":"JOB_193019","tr_customer_id":193037,"tr_customer_product_id":193027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:47:38.000Z","modified_at":"2026-02-21T03:47:38.000Z","name":"Lloyd Stehr","mobile_number":"730-564-5254","email_id":"Jasper91@gmail.com","dop":"2026-02-02","serial_number":"19168432925975","imei1":"19168432925975","imei2":"19168432925975","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193036,"job_number":"JOB_193036","tr_customer_id":193054,"tr_customer_product_id":193044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:15.000Z","modified_at":"2026-02-21T04:16:15.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dexter.Medhurst@hotmail.com","dop":"2025-07-02","serial_number":"12842370285596","imei1":"12842370285596","imei2":"12842370285596","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193037,"job_number":"JOB_193037","tr_customer_id":193055,"tr_customer_product_id":193045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:17.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"saitama sensei","mobile_number":"900-948-0881","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"781633053347299","imei1":"781633053347299","imei2":"781633053347299","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193057,"job_number":"JOB_193057","tr_customer_id":193075,"tr_customer_product_id":193065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:29.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"tanjiro kamado","mobile_number":"646-734-1392","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"560557421491044","imei1":"560557421491044","imei2":"560557421491044","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193062,"job_number":"JOB_193062","tr_customer_id":193080,"tr_customer_product_id":193070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Dashawn.Padberg27@hotmail.com","dop":"2025-07-02","serial_number":"17394348247944","imei1":"17394348247944","imei2":"17394348247944","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193065,"job_number":"JOB_193065","tr_customer_id":193083,"tr_customer_product_id":193073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:36.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"122079660726163","imei1":"122079660726163","imei2":"122079660726163","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193068,"job_number":"JOB_193068","tr_customer_id":193086,"tr_customer_product_id":193076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"104733234072233","imei1":"104733234072233","imei2":"104733234072233","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193069,"job_number":"JOB_193069","tr_customer_id":193087,"tr_customer_product_id":193077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:49.000Z","name":"giyu tomiaka","mobile_number":"252-404-2609","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"993473101100515","imei1":"993473101100515","imei2":"993473101100515","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193073,"job_number":"JOB_193073","tr_customer_id":193091,"tr_customer_product_id":193081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"113508152648768","imei1":"113508152648768","imei2":"113508152648768","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193079,"job_number":"JOB_193079","tr_customer_id":193097,"tr_customer_product_id":193087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:52.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"150612866895086","imei1":"150612866895086","imei2":"150612866895086","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193081,"job_number":"JOB_193081","tr_customer_id":193099,"tr_customer_product_id":193089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:50.000Z","modified_at":"2026-02-21T04:16:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madyson81@yahoo.com","dop":"2025-07-02","serial_number":"17369575998696","imei1":"17369575998696","imei2":"17369575998696","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193125,"job_number":"JOB_193125","tr_customer_id":193143,"tr_customer_product_id":193133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:30.000Z","modified_at":"2026-02-21T04:17:30.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111718623597519","imei1":"111718623597519","imei2":"111718623597519","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193126,"job_number":"JOB_193126","tr_customer_id":193144,"tr_customer_product_id":193134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Florida Smitham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198456073770967","imei1":"198456073770967","imei2":"198456073770967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193127,"job_number":"JOB_193127","tr_customer_id":193145,"tr_customer_product_id":193135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Nettie Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131642109384643","imei1":"131642109384643","imei2":"131642109384643","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193128,"job_number":"JOB_193128","tr_customer_id":193146,"tr_customer_product_id":193136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Hector Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198773321496222","imei1":"198773321496222","imei2":"198773321496222","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193135,"job_number":"JOB_193135","tr_customer_id":193153,"tr_customer_product_id":193143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:34.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Sophia Emard","mobile_number":"523-233-0682","email_id":"Burdette_Toy@yahoo.com","dop":"2025-10-01","serial_number":"18926668109396","imei1":"18926668109396","imei2":"18926668109396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193136,"job_number":"JOB_193136","tr_customer_id":193154,"tr_customer_product_id":193144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:35.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102025479038925","imei1":"102025479038925","imei2":"102025479038925","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193137,"job_number":"JOB_193137","tr_customer_id":193155,"tr_customer_product_id":193145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Clarabelle Mosciski","mobile_number":"805-332-7472","email_id":"Selmer54@yahoo.com","dop":"2025-06-09","serial_number":"102292155268054","imei1":"102292155268054","imei2":"102292155268054","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193138,"job_number":"JOB_193138","tr_customer_id":193156,"tr_customer_product_id":193146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:36.000Z","name":"Rex Gaylord","mobile_number":"364-216-1414","email_id":"Garnett_Stark@yahoo.com","dop":"2025-06-09","serial_number":"105304334932185","imei1":"105304334932185","imei2":"105304334932185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193141,"job_number":"JOB_193141","tr_customer_id":193159,"tr_customer_product_id":193149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11703339206788","imei1":"11703339206788","imei2":"11703339206788","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193143,"job_number":"JOB_193143","tr_customer_id":193161,"tr_customer_product_id":193151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11140477613811","imei1":"11140477613811","imei2":"11140477613811","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193146,"job_number":"JOB_193146","tr_customer_id":193164,"tr_customer_product_id":193154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:41.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186716192476871","imei1":"186716192476871","imei2":"186716192476871","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193148,"job_number":"JOB_193148","tr_customer_id":193166,"tr_customer_product_id":193156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Berta Marks","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165600717526229","imei1":"165600717526229","imei2":"165600717526229","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193150,"job_number":"JOB_193150","tr_customer_id":193168,"tr_customer_product_id":193158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jeremy Pollich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160747708752512","imei1":"160747708752512","imei2":"160747708752512","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193152,"job_number":"JOB_193152","tr_customer_id":193170,"tr_customer_product_id":193160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Santos Hackett","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139597104774913","imei1":"139597104774913","imei2":"139597104774913","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193176,"job_number":"JOB_193176","tr_customer_id":193194,"tr_customer_product_id":193184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Daisy Bergnaum","mobile_number":"559-297-2413","email_id":"Devon9@gmail.com","dop":"2025-12-31","serial_number":"10123500765711","imei1":"10123500765711","imei2":"10123500765711","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193187,"job_number":"JOB_193187","tr_customer_id":193205,"tr_customer_product_id":193195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102469542877406","imei1":"102469542877406","imei2":"102469542877406","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193189,"job_number":"JOB_193189","tr_customer_id":193207,"tr_customer_product_id":193197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:03.000Z","name":"Marilyne Schulist","mobile_number":"612-347-1945","email_id":"Maribel.Kub@hotmail.com","dop":"2025-06-09","serial_number":"106357487644228","imei1":"106357487644228","imei2":"106357487644228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193190,"job_number":"JOB_193190","tr_customer_id":193208,"tr_customer_product_id":193198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Rupert Will","mobile_number":"458-949-1401","email_id":"Cory_DuBuque75@yahoo.com","dop":"2025-06-09","serial_number":"100871551647015","imei1":"100871551647015","imei2":"100871551647015","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193198,"job_number":"JOB_193198","tr_customer_id":193216,"tr_customer_product_id":193206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:02.000Z","modified_at":"2026-02-21T04:18:11.000Z","name":"Audreanne Sauer","mobile_number":"744-643-7837","email_id":"Aurelia47@gmail.com","dop":"2025-12-31","serial_number":"10138307300735","imei1":"10138307300735","imei2":"10138307300735","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193200,"job_number":"JOB_193200","tr_customer_id":193218,"tr_customer_product_id":193208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101527533272771","imei1":"101527533272771","imei2":"101527533272771","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193202,"job_number":"JOB_193202","tr_customer_id":193220,"tr_customer_product_id":193210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:19.000Z","name":"Stefanie Parisian","mobile_number":"702-719-0838","email_id":"Harmony_Mohr@gmail.com","dop":"2025-06-09","serial_number":"109267175646676","imei1":"109267175646676","imei2":"109267175646676","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193203,"job_number":"JOB_193203","tr_customer_id":193221,"tr_customer_product_id":193211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Demarco Doyle","mobile_number":"640-472-1111","email_id":"Reyes_Hettinger@yahoo.com","dop":"2025-06-09","serial_number":"104599248420048","imei1":"104599248420048","imei2":"104599248420048","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193205,"job_number":"JOB_193205","tr_customer_id":193223,"tr_customer_product_id":193213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Mylene Nolan","mobile_number":"837-720-9941","email_id":"Larissa.Pollich@yahoo.com","dop":"2025-12-31","serial_number":"10795626705278","imei1":"10795626705278","imei2":"10795626705278","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193321,"job_number":"JOB_193321","tr_customer_id":193339,"tr_customer_product_id":193329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:09:40.000Z","modified_at":"2026-02-21T09:01:00.000Z","name":"Pratibha Singh","mobile_number":"7355784668","email_id":"pratibha.singh@gmail.com","dop":"2026-01-31","serial_number":"12345656787899","imei1":"12345656787899","imei2":"12345656787899","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T09:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193322,"job_number":"JOB_193322","tr_customer_id":193340,"tr_customer_product_id":193330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:25:51.000Z","modified_at":"2026-02-21T06:26:01.000Z","name":"Savanna Gutkowski","mobile_number":"752-877-8608","email_id":"Gino.Haag@yahoo.com","dop":"2025-11-04","serial_number":"86072391699638","imei1":"86072391699638","imei2":"86072391699638","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193323,"job_number":"JOB_193323","tr_customer_id":193341,"tr_customer_product_id":193331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:05.000Z","modified_at":"2026-02-21T06:26:15.000Z","name":"Adam Mosciski","mobile_number":"864-635-6070","email_id":"Pierce_Marquardt@yahoo.com","dop":"2025-11-04","serial_number":"87754910964105","imei1":"87754910964105","imei2":"87754910964105","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193324,"job_number":"JOB_193324","tr_customer_id":193342,"tr_customer_product_id":193332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:19.000Z","modified_at":"2026-02-21T06:26:29.000Z","name":"Jalyn McCullough","mobile_number":"535-275-8527","email_id":"Einar74@hotmail.com","dop":"2025-11-04","serial_number":"34114215277790","imei1":"34114215277790","imei2":"34114215277790","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193325,"job_number":"JOB_193325","tr_customer_id":193343,"tr_customer_product_id":193333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:10.000Z","modified_at":"2026-02-21T06:30:21.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"70867855345583","imei1":"70867855345583","imei2":"70867855345583","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193326,"job_number":"JOB_193326","tr_customer_id":193344,"tr_customer_product_id":193334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:25.000Z","modified_at":"2026-02-21T06:30:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"81145470291376","imei1":"81145470291376","imei2":"81145470291376","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193327,"job_number":"JOB_193327","tr_customer_id":193345,"tr_customer_product_id":193335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:41.000Z","modified_at":"2026-02-21T06:30:51.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63772488194954","imei1":"63772488194954","imei2":"63772488194954","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193403,"job_number":"JOB_193403","tr_customer_id":193421,"tr_customer_product_id":193411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:54.000Z","modified_at":"2026-02-21T07:49:04.000Z","name":"Alayna Runolfsson","mobile_number":"958-843-1141","email_id":"Ariel_Will75@gmail.com","dop":"2025-11-04","serial_number":"65050518186423","imei1":"65050518186423","imei2":"65050518186423","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193404,"job_number":"JOB_193404","tr_customer_id":193422,"tr_customer_product_id":193412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:08.000Z","modified_at":"2026-02-21T07:49:18.000Z","name":"Yasmine Crooks","mobile_number":"420-656-1100","email_id":"Everardo.West73@gmail.com","dop":"2025-11-04","serial_number":"85289669755830","imei1":"85289669755830","imei2":"85289669755830","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193405,"job_number":"JOB_193405","tr_customer_id":193423,"tr_customer_product_id":193413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:21.000Z","modified_at":"2026-02-21T07:49:31.000Z","name":"August Hegmann","mobile_number":"682-622-2412","email_id":"Kurt.Connelly@gmail.com","dop":"2025-11-04","serial_number":"65084655865845","imei1":"65084655865845","imei2":"65084655865845","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"created_today"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 572fdefa-3722-434b-aaee-4f136f547c6f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 33 |
{
"details_key": "qwerty"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Token returns 403 Forbidden | 0 | 1 | 0 |
| Verify response payload don't contain message as success | 0 | 1 | 0 |
| Verify response payload should be an empty array | 1 | 0 | 0 |
| Total | 1 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Token returns 403 Forbidden | |
| Verify response payload don't contain message as success | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4f776edf-4093-4823-b8fc-270e33e2ee39 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_193463"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1017 |
| ETag | W/"3f9-lzIa68Vb29WdhR+2pjUHQANeDZo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Status code should be 200 OK | 1 | 0 | 0 |
| Response message should be 'Success' | 1 | 0 | 0 |
| Response time should be under 200 ms | 0 | 1 | 0 |
| Response data should be an array with exactly 1 matching job object | 1 | 0 | 0 |
| Verify the job number in response should match: JOB_193463 | 1 | 0 | 0 |
| Response data should contain property: id | 1 | 0 | 0 |
| Response data should contain property: job_number | 1 | 0 | 0 |
| Response data should contain property: name | 1 | 0 | 0 |
| Response data should contain property: mobile_number | 1 | 0 | 0 |
| Response data should contain property: email_id | 1 | 0 | 0 |
| Response data should contain property: dop | 1 | 0 | 0 |
| Response data should contain property: serial_number | 1 | 0 | 0 |
| Response data should contain property: imei1 | 1 | 0 | 0 |
| Response data should contain property: imei2 | 1 | 0 | 0 |
| Response data should contain property: mst_platform_name | 1 | 0 | 0 |
| Response data should contain property: mst_oem_name | 1 | 0 | 0 |
| Response data should contain property: mst_action_status | 1 | 0 | 0 |
| Verify job_number (starts with "JOB_") | 1 | 0 | 0 |
| Validate timestamps: created_at, modified_at are valid ISO date strings | 1 | 0 | 0 |
| Verify IMEINumber is correct | 1 | 0 | 0 |
| Verify Name is correct | 1 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Total | 22 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time should be under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 670574e6-bbef-4303-b3f0-439e4b64b2e1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_193463"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2ffb2b16-f1d6-400d-880c-33ecf67ae57a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 36 |
{
"searchText": "JOB_193463"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:13 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid token returns 403 Forbidden | 0 | 2 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 78eca4a9-6eb5-4e0f-8e74-b6de90cacd8c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 35 |
{
"searchText": "JOB_10110"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid job number returns 200 | 1 | 0 | 0 |
| Verify Invalid job number returns an empty array | 1 | 0 | 0 |
| Total | 2 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_68105"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 81ab67c1-d001-40ae-bd05-f43bc30d7b8c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 26 |
{
"searchText": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 124 |
| ETag | W/"7c-5Xt/iGKv2NVRKlpfyYGJwghP0yw" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"\"searchText\" is not allowed to be empty","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Empty searchText Returns 400 Bad Request | 0 | 1 | 0 |
| Verify message is: "searchText" is not allowed to be empty | 1 | 0 | 0 |
| Total | 1 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Empty searchText Returns 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bbf54267-eca2-494a-b9b3-39390b07b623 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"61c-5Or8+4f9bNKHe5lSVkWcjOo5Ti4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:14 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":738447,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"},{"id":738448,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"}],"problems":[{"id":184985,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-21T13:37:08.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code is 200 OK | 1 | 0 | 0 |
| Verify Message is ' Success' | 1 | 0 | 0 |
| Response time is under 200 ms | 0 | 1 | 0 |
| Job number matches the request | 1 | 0 | 0 |
| Verify json response contains key: id | 1 | 0 | 0 |
| Verify json response contains key: job_number | 1 | 0 | 0 |
| Verify json response contains key: name | 1 | 0 | 0 |
| Verify json response contains key: mobile_number | 1 | 0 | 0 |
| Verify json response contains key: email_id | 1 | 0 | 0 |
| Verify json response contains key: mst_model_name | 1 | 0 | 0 |
| Verify json response contains key: mst_oem_name | 1 | 0 | 0 |
| Verify json response contains key: tr_customer_id | 1 | 0 | 0 |
| Verify json response contains key: serial_number | 1 | 0 | 0 |
| Verify json response contains key: imei1 | 1 | 0 | 0 |
| Verify json response contains key: details | 1 | 0 | 0 |
| Verify json response contains key: problems | 1 | 0 | 0 |
| Verify Quotations is an array (can be empty) | 1 | 0 | 0 |
| Details array contains history with proper status transitions | 3 | 0 | 0 |
| Details array contains mandatory properties | 2 | 0 | 0 |
| Verify problems array contains at least one problem with correct structure | 1 | 0 | 0 |
| Verify customer id is correct | 3 | 0 | 0 |
| Verify Mobile Number is correct | 1 | 0 | 0 |
| Verify Email is correct | 1 | 0 | 0 |
| Verify imei number is correct | 1 | 0 | 0 |
| Total | 28 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Response time is under 200 ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 66ce3756-a3b1-4032-bdb0-01b90d54de05 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 17 |
| ETag | W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
401: Unauthorized
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify missing Authorization token returns 401 Unauthorized | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9. |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 32e19a61-7d7e-49b3-be34-69cc63e195c6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 79 |
| ETag | W/"4f-4cJSI6rHHX+GM6443oRm9IVtrjo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"jwt signature is required","name":"JsonWebTokenError"}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjA2MTU0OTR9._a3JvDHBjg1m43c3pIlM22N62vXu28dBG5cVqXycWr0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | ebcf1b90-13bb-412b-a9fc-5b4e23a6f8a7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"61c-5Or8+4f9bNKHe5lSVkWcjOo5Ti4" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":738447,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"},{"id":738448,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"}],"problems":[{"id":184985,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-21T13:37:08.000Z"}],"quatations":[]}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Expired Authorization token returns 403 Forbidden | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Expired Authorization token returns 403 Forbidden | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 70fc8387-c250-4dd9-b91a-06d7712cd80e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:15 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Job Number (Non-existent) will return 200 OK | 1 | 0 | 0 |
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | 0 | 1 | 0 |
| Verify Invalid Job Number (Non-existent) will return data as null or empty array | 1 | 0 | 0 |
| Total | 2 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Job Number (Non-existent) will return Message as "No record found" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 90adee41-fddc-4695-9432-9e0e30ac8451 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 33 |
| ETag | W/"21-a549D1gRd+HW17tYvMzi9u5U1G4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":null}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 400 Bad Request | 0 | 1 | 0 |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | 0 | 1 | 0 |
| Total | 0 | 2 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 400 Bad Request | |
| Verify Malformed Job Number will return Message as "Invalid job number format" or similar | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 86ce19d4-566b-4e4b-af57-1f5020d3bf5d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 404 Not Found | 1 | 0 | 0 |
| Total | 1 | 0 | 0 |
| Test Name | Assertion Error |
|---|
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_68105' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.7' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3NjUxNTB9.LHMyjAv-Ep05ZCbfhQ4qmaw0cwaXA7NMQU_chmlwNXU' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMjN9.TT3pHE9ZM80cSmV2nwHOZ-H1AGFa7c27kYnjKhEFrDQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | e7131eef-eabb-47b7-a021-2aa2eda575cc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | text/html; charset=utf-8 |
| Content-Length | 26 |
| ETag | W/"1a-5kgsNceGic9l7eB+dNAEz7tE74U" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
404. Use: /v1/<path>
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Malformed Job Number will return 405 Method Not Allowed | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d80402a7-2ac5-4a8d-b21c-7184bbf5e53c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iamsup",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 698 |
| ETag | W/"2ba-jtWaZTfxDMlziAgWher8DJ+vXNw" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:16 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ"}}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Status code returned is 200 OK | 1 | 0 | 0 |
| Verify Response time is less than 200ms | 0 | 1 | 0 |
| Verify Message should be 'Success' | 1 | 0 | 0 |
| Verify Authorization Token is valid | 1 | 0 | 0 |
| Verify response follows defined schema | 1 | 0 | 0 |
| Total | 4 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Response time is less than 200ms | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 38b44869-e9d7-4873-9316-a80ac4080cbc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 61 |
{
"username": "Pritish",
"password": "Test@1234"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 111 |
| ETag | W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Invalid Credentials will return 401 Unauthorized | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamsup","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 023f144d-672c-4e48-9c8f-ffa628094cb4 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"username": "",
"password": ""
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 98 |
| ETag | W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
| Name | Passed | Failed | Skipped |
|---|---|---|---|
| Verify Blank Credentials will return 400 Bad Request | 0 | 1 | 0 |
| Total | 0 | 1 | 0 |
| Test Name | Assertion Error |
|---|---|
| Verify Blank Credentials will return 400 Bad Request | |
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | b59889c6-93bd-4fe2-80d8-f8f05bdbc1f8 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 444 |
| ETag | W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:17 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"f3-vhzn+FVEPT1FEyr2SOSPSYEkt50"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 38a1f559-118b-4eeb-8ef0-4e285769a532 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 248 |
| ETag | W/"f8-PFdBVq8Qp1Q5lUCcLRJOY/TU1gE" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":300},{"label":"Pending for repair","key":"pending_for_repair","count":4},{"label":"Pending for delivery","key":"pending_for_delivery","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1828d08d-2256-4714-bec9-d21a178792f9 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"48d49-f4MzivXBLJlsh/4N+xRxWUqPEJk" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":192996,"job_number":"JOB_192996","tr_customer_id":193014,"tr_customer_product_id":193004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T20:55:35.000Z","modified_at":"2026-02-20T20:55:35.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-15","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-15T20:55:34.306507459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T20:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193003,"job_number":"JOB_193003","tr_customer_id":193021,"tr_customer_product_id":193011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:48:03.000Z","modified_at":"2026-02-20T23:48:03.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-10T23:48:02.747563083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T23:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193005,"job_number":"JOB_193005","tr_customer_id":193023,"tr_customer_product_id":193013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:50:30.000Z","modified_at":"2026-02-20T23:50:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-10T23:50:29.602318340Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T23:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193017,"job_number":"JOB_193017","tr_customer_id":193035,"tr_customer_product_id":193025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:26.000Z","modified_at":"2026-02-21T03:06:26.000Z","name":"Lura Marvin","mobile_number":"858-770-9293","email_id":"Berenice74@hotmail.com","dop":"2025-05-30","serial_number":"10859980173433","imei1":"10859980173433","imei2":"10859980173433","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193018,"job_number":"JOB_193018","tr_customer_id":193036,"tr_customer_product_id":193026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:27.000Z","modified_at":"2026-02-21T03:06:27.000Z","name":"Saige Zulauf","mobile_number":"623-701-8452","email_id":"River_McClure40@gmail.com","dop":"2025-05-30","serial_number":"1207095098824176","imei1":"1207095098824176","imei2":"1207095098824176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193023,"job_number":"JOB_193023","tr_customer_id":193041,"tr_customer_product_id":193031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:47.000Z","modified_at":"2026-02-21T04:15:47.000Z","name":"Murl Mills","mobile_number":"312-904-5832","email_id":"Olaf30@gmail.com","dop":"2025-04-06","serial_number":"10509623748874548","imei1":"10509623748874548","imei2":"10509623748874548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:15:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193024,"job_number":"JOB_193024","tr_customer_id":193042,"tr_customer_product_id":193032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16047097401298","imei1":"16047097401298","imei2":"16047097401298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193026,"job_number":"JOB_193026","tr_customer_id":193044,"tr_customer_product_id":193034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"Granville Brekke","mobile_number":"670-568-4090","email_id":"Reyna_Becker@yahoo.com","dop":"2025-04-06","serial_number":"15696904534606366","imei1":"15696904534606366","imei2":"15696904534606366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193027,"job_number":"JOB_193027","tr_customer_id":193045,"tr_customer_product_id":193035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10623093696179","imei1":"10623093696179","imei2":"10623093696179","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193029,"job_number":"JOB_193029","tr_customer_id":193047,"tr_customer_product_id":193037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:05.000Z","modified_at":"2026-02-21T04:16:05.000Z","name":"Randall Bauch","mobile_number":"771-913-1554","email_id":"Ethel63@gmail.com","dop":"2025-06-18","serial_number":"1008056644102338","imei1":"1008056644102338","imei2":"1008056644102338","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193032,"job_number":"JOB_193032","tr_customer_id":193050,"tr_customer_product_id":193040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:10.000Z","name":"Russ Gottlieb","mobile_number":"932-786-5280","email_id":"Ariane.Volkman77@hotmail.com","dop":"2025-04-06","serial_number":"10486393736064074","imei1":"10486393736064074","imei2":"10486393736064074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193034,"job_number":"JOB_193034","tr_customer_id":193052,"tr_customer_product_id":193042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:11.000Z","name":"Jarrell Jacobs","mobile_number":"302-367-7099","email_id":"Gilbert_Kub@gmail.com","dop":"2025-04-06","serial_number":"10548351265717366","imei1":"10548351265717366","imei2":"10548351265717366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193035,"job_number":"JOB_193035","tr_customer_id":193053,"tr_customer_product_id":193043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:13.000Z","modified_at":"2026-02-21T04:16:13.000Z","name":"Kaia Medhurst","mobile_number":"392-833-9644","email_id":"Chloe_Medhurst@hotmail.com","dop":"2025-04-06","serial_number":"13446534442754580","imei1":"13446534442754580","imei2":"13446534442754580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193038,"job_number":"JOB_193038","tr_customer_id":193056,"tr_customer_product_id":193046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12508407984580","imei1":"12508407984580","imei2":"12508407984580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193039,"job_number":"JOB_193039","tr_customer_id":193057,"tr_customer_product_id":193047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"73265807448025","imei1":"73265807448025","imei2":"73265807448025","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193041,"job_number":"JOB_193041","tr_customer_id":193059,"tr_customer_product_id":193049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:23.000Z","modified_at":"2026-02-21T04:16:23.000Z","name":"Hollis Connelly","mobile_number":"234-332-0349","email_id":"Mohamed.Funk@yahoo.com","dop":"2025-02-01","serial_number":"101372864166084","imei1":"101372864166084","imei2":"101372864166084","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193042,"job_number":"JOB_193042","tr_customer_id":193060,"tr_customer_product_id":193050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Nelda Dooley","mobile_number":"914-742-8570","email_id":"Shyanne_Jacobs42@hotmail.com","dop":"2025-04-06","serial_number":"13629341488168080","imei1":"13629341488168080","imei2":"13629341488168080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193046,"job_number":"JOB_193046","tr_customer_id":193064,"tr_customer_product_id":193054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15424702984662","imei1":"15424702984662","imei2":"15424702984662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193049,"job_number":"JOB_193049","tr_customer_id":193067,"tr_customer_product_id":193057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17279793692338","imei1":"17279793692338","imei2":"17279793692338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193050,"job_number":"JOB_193050","tr_customer_id":193068,"tr_customer_product_id":193058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"Theodore Brown","mobile_number":"935-973-1677","email_id":"Dominique43@yahoo.com","dop":"2025-04-06","serial_number":"10336500825209122","imei1":"10336500825209122","imei2":"10336500825209122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193053,"job_number":"JOB_193053","tr_customer_id":193071,"tr_customer_product_id":193061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Gordon Dach","mobile_number":"835-874-9193","email_id":"Brody_McLaughlin70@yahoo.com","dop":"2025-04-06","serial_number":"13389026948382688","imei1":"13389026948382688","imei2":"13389026948382688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193054,"job_number":"JOB_193054","tr_customer_id":193072,"tr_customer_product_id":193062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:27.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"Ruth Trantow","mobile_number":"917-693-4488","email_id":"Madison.Beier@hotmail.com","dop":"2025-04-06","serial_number":"13777604584447708","imei1":"13777604584447708","imei2":"13777604584447708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193055,"job_number":"JOB_193055","tr_customer_id":193073,"tr_customer_product_id":193063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:16:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19960110656377","imei1":"19960110656377","imei2":"19960110656377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193058,"job_number":"JOB_193058","tr_customer_id":193076,"tr_customer_product_id":193066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:30.000Z","modified_at":"2026-02-21T04:16:30.000Z","name":"Mertie Bernier","mobile_number":"873-837-7772","email_id":"Herminio.Crona@hotmail.com","dop":"2025-04-06","serial_number":"17199690239644716","imei1":"17199690239644716","imei2":"17199690239644716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193059,"job_number":"JOB_193059","tr_customer_id":193077,"tr_customer_product_id":193067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:16:32.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"108693033616034","imei1":"108693033616034","imei2":"108693033616034","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193061,"job_number":"JOB_193061","tr_customer_id":193079,"tr_customer_product_id":193069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"15983902967116","imei1":"15983902967116","imei2":"15983902967116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193064,"job_number":"JOB_193064","tr_customer_id":193082,"tr_customer_product_id":193072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:34.000Z","modified_at":"2026-02-21T04:16:34.000Z","name":"Vickie Davis","mobile_number":"615-661-5601","email_id":"Eliezer_Jakubowski@hotmail.com","dop":"2025-04-06","serial_number":"10075163893208752","imei1":"10075163893208752","imei2":"10075163893208752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193066,"job_number":"JOB_193066","tr_customer_id":193084,"tr_customer_product_id":193074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"51923401713989","imei1":"51923401713989","imei2":"51923401713989","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193070,"job_number":"JOB_193070","tr_customer_id":193088,"tr_customer_product_id":193078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:16:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11127868846154","imei1":"11127868846154","imei2":"11127868846154","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193072,"job_number":"JOB_193072","tr_customer_id":193090,"tr_customer_product_id":193080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:42.000Z","modified_at":"2026-02-21T04:16:42.000Z","name":"Remington Pagac","mobile_number":"457-262-8309","email_id":"Marjory87@gmail.com","dop":"2025-08-24","serial_number":"1033788857001239","imei1":"1033788857001239","imei2":"1033788857001239","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193074,"job_number":"JOB_193074","tr_customer_id":193092,"tr_customer_product_id":193082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641744775262","imei1":"10641744775262","imei2":"10641744775262","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193076,"job_number":"JOB_193076","tr_customer_id":193094,"tr_customer_product_id":193084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Ansley Aufderhar","mobile_number":"383-419-1781","email_id":"Hope18@yahoo.com","dop":"2025-06-18","serial_number":"1040852223307872","imei1":"1040852223307872","imei2":"1040852223307872","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193077,"job_number":"JOB_193077","tr_customer_id":193095,"tr_customer_product_id":193085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:16:47.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"13671560945084","imei1":"13671560945084","imei2":"13671560945084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193080,"job_number":"JOB_193080","tr_customer_id":193098,"tr_customer_product_id":193088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Lawrence Ziemann","mobile_number":"473-993-6842","email_id":"Colleen.Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"12856652064650162","imei1":"12856652064650162","imei2":"12856652064650162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193082,"job_number":"JOB_193082","tr_customer_id":193100,"tr_customer_product_id":193090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907905525273","imei1":"15907905525273","imei2":"15907905525273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193084,"job_number":"JOB_193084","tr_customer_id":193102,"tr_customer_product_id":193092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:01.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193085,"job_number":"JOB_193085","tr_customer_id":193103,"tr_customer_product_id":193093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Alexane Davis","mobile_number":"563-584-1064","email_id":"Marianna59@hotmail.com","dop":"2025-04-06","serial_number":"17184249221021492","imei1":"17184249221021492","imei2":"17184249221021492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193086,"job_number":"JOB_193086","tr_customer_id":193104,"tr_customer_product_id":193094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12324693234785","imei1":"12324693234785","imei2":"12324693234785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193088,"job_number":"JOB_193088","tr_customer_id":193106,"tr_customer_product_id":193096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062311964949","imei1":"12062311964949","imei2":"12062311964949","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193090,"job_number":"JOB_193090","tr_customer_id":193108,"tr_customer_product_id":193098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"Elmore Erdman","mobile_number":"645-225-5907","email_id":"Isom_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"18323072324897560","imei1":"18323072324897560","imei2":"18323072324897560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193091,"job_number":"JOB_193091","tr_customer_id":193109,"tr_customer_product_id":193099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Logan Koepp","mobile_number":"806-588-4350","email_id":"Jessie.Gleason@gmail.com","dop":"2025-04-06","serial_number":"12624938413142010","imei1":"12624938413142010","imei2":"12624938413142010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193092,"job_number":"JOB_193092","tr_customer_id":193110,"tr_customer_product_id":193100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"72384497703919","imei1":"72384497703919","imei2":"72384497703919","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193093,"job_number":"JOB_193093","tr_customer_id":193111,"tr_customer_product_id":193101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Olaf Larkin","mobile_number":"852-826-5889","email_id":"Alfred.Gutkowski@hotmail.com","dop":"2025-02-01","serial_number":"28361133767265","imei1":"28361133767265","imei2":"28361133767265","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193094,"job_number":"JOB_193094","tr_customer_id":193112,"tr_customer_product_id":193102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10252196014651","imei1":"10252196014651","imei2":"10252196014651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193095,"job_number":"JOB_193095","tr_customer_id":193113,"tr_customer_product_id":193103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"90670693293368900","imei1":"90670693293368900","imei2":"90670693293368900","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193099,"job_number":"JOB_193099","tr_customer_id":193117,"tr_customer_product_id":193107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15115258180098","imei1":"15115258180098","imei2":"15115258180098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193102,"job_number":"JOB_193102","tr_customer_id":193120,"tr_customer_product_id":193110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Kaci Thompson","mobile_number":"968-354-6043","email_id":"Adriana6@yahoo.com","dop":"2025-04-06","serial_number":"16435918230813460","imei1":"16435918230813460","imei2":"16435918230813460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193104,"job_number":"JOB_193104","tr_customer_id":193122,"tr_customer_product_id":193112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Erik Okuneva","mobile_number":"677-525-3062","email_id":"Curt.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"18609497269105944","imei1":"18609497269105944","imei2":"18609497269105944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193105,"job_number":"JOB_193105","tr_customer_id":193123,"tr_customer_product_id":193113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19458598734134","imei1":"19458598734134","imei2":"19458598734134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193106,"job_number":"JOB_193106","tr_customer_id":193124,"tr_customer_product_id":193114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:09.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"21966894138347","imei1":"21966894138347","imei2":"21966894138347","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193109,"job_number":"JOB_193109","tr_customer_id":193127,"tr_customer_product_id":193117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:10.000Z","modified_at":"2026-02-21T04:17:10.000Z","name":"Olen Koch","mobile_number":"591-682-8102","email_id":"Shania_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"19775459590342056","imei1":"19775459590342056","imei2":"19775459590342056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193110,"job_number":"JOB_193110","tr_customer_id":193128,"tr_customer_product_id":193118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105441135730553","imei1":"105441135730553","imei2":"105441135730553","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193112,"job_number":"JOB_193112","tr_customer_id":193130,"tr_customer_product_id":193120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12505689351087","imei1":"12505689351087","imei2":"12505689351087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193114,"job_number":"JOB_193114","tr_customer_id":193132,"tr_customer_product_id":193122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:16.000Z","name":"Robb Stiedemann","mobile_number":"939-700-2291","email_id":"Carlotta.Schaefer68@hotmail.com","dop":"2025-04-06","serial_number":"14490891712908832","imei1":"14490891712908832","imei2":"14490891712908832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193116,"job_number":"JOB_193116","tr_customer_id":193134,"tr_customer_product_id":193124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:18.000Z","modified_at":"2026-02-21T04:17:18.000Z","name":"Gardner Marks","mobile_number":"507-631-0032","email_id":"Mary.Sauer@hotmail.com","dop":"2025-04-06","serial_number":"14627840547069910","imei1":"14627840547069910","imei2":"14627840547069910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193118,"job_number":"JOB_193118","tr_customer_id":193136,"tr_customer_product_id":193126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181623957492","imei1":"15181623957492","imei2":"15181623957492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193120,"job_number":"JOB_193120","tr_customer_id":193138,"tr_customer_product_id":193128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Cordell Rogahn","mobile_number":"463-411-8138","email_id":"Marilie87@gmail.com","dop":"2025-04-06","serial_number":"12667157820065512","imei1":"12667157820065512","imei2":"12667157820065512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193121,"job_number":"JOB_193121","tr_customer_id":193139,"tr_customer_product_id":193129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Benny Weimann","mobile_number":"815-833-7335","email_id":"Robyn.Jerde@gmail.com","dop":"2025-04-06","serial_number":"14871555576593792","imei1":"14871555576593792","imei2":"14871555576593792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193122,"job_number":"JOB_193122","tr_customer_id":193140,"tr_customer_product_id":193130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:17:27.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"13322873318033","imei1":"13322873318033","imei2":"13322873318033","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193124,"job_number":"JOB_193124","tr_customer_id":193142,"tr_customer_product_id":193132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:29.000Z","modified_at":"2026-02-21T04:17:29.000Z","name":"Marianne Cormier","mobile_number":"720-380-5078","email_id":"Ethan.Gutmann87@hotmail.com","dop":"2025-08-24","serial_number":"1033212197448764","imei1":"1033212197448764","imei2":"1033212197448764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193129,"job_number":"JOB_193129","tr_customer_id":193147,"tr_customer_product_id":193137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18987491582264","imei1":"18987491582264","imei2":"18987491582264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193130,"job_number":"JOB_193130","tr_customer_id":193148,"tr_customer_product_id":193138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16149311112045","imei1":"16149311112045","imei2":"16149311112045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193133,"job_number":"JOB_193133","tr_customer_id":193151,"tr_customer_product_id":193141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Samara Sawayn","mobile_number":"370-545-7507","email_id":"Litzy.Russel37@yahoo.com","dop":"2025-04-06","serial_number":"12556340882426028","imei1":"12556340882426028","imei2":"12556340882426028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193134,"job_number":"JOB_193134","tr_customer_id":193152,"tr_customer_product_id":193142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Ebony Wilkinson","mobile_number":"447-483-8661","email_id":"Jayden83@yahoo.com","dop":"2025-04-06","serial_number":"15786767452854180","imei1":"15786767452854180","imei2":"15786767452854180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193139,"job_number":"JOB_193139","tr_customer_id":193157,"tr_customer_product_id":193147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:37.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12788357883888","imei1":"12788357883888","imei2":"12788357883888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193142,"job_number":"JOB_193142","tr_customer_id":193160,"tr_customer_product_id":193150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"44421830000780","imei1":"44421830000780","imei2":"44421830000780","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193145,"job_number":"JOB_193145","tr_customer_id":193163,"tr_customer_product_id":193153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:39.000Z","modified_at":"2026-02-21T04:17:39.000Z","name":"Letha O'Conner","mobile_number":"887-504-1787","email_id":"Isac_Torphy29@gmail.com","dop":"2025-04-06","serial_number":"14301530854358458","imei1":"14301530854358458","imei2":"14301530854358458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193147,"job_number":"JOB_193147","tr_customer_id":193165,"tr_customer_product_id":193155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17295923381531","imei1":"17295923381531","imei2":"17295923381531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193151,"job_number":"JOB_193151","tr_customer_id":193169,"tr_customer_product_id":193159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18476711182340","imei1":"18476711182340","imei2":"18476711182340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193154,"job_number":"JOB_193154","tr_customer_id":193172,"tr_customer_product_id":193162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"Blanca Gleason","mobile_number":"969-727-5386","email_id":"Andrew.Kuvalis82@gmail.com","dop":"2025-04-06","serial_number":"16477449818137826","imei1":"16477449818137826","imei2":"16477449818137826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193155,"job_number":"JOB_193155","tr_customer_id":193173,"tr_customer_product_id":193163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19174218657898","imei1":"19174218657898","imei2":"19174218657898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193157,"job_number":"JOB_193157","tr_customer_id":193175,"tr_customer_product_id":193165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:17:44.000Z","name":"Jarrod Armstrong","mobile_number":"751-702-1094","email_id":"Douglas_Hoeger95@yahoo.com","dop":"2025-04-06","serial_number":"15475639681592916","imei1":"15475639681592916","imei2":"15475639681592916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193158,"job_number":"JOB_193158","tr_customer_id":193176,"tr_customer_product_id":193166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17444251516588","imei1":"17444251516588","imei2":"17444251516588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193159,"job_number":"JOB_193159","tr_customer_id":193177,"tr_customer_product_id":193167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"Giovanna Adams","mobile_number":"785-802-8056","email_id":"Enid_Wuckert86@gmail.com","dop":"2025-04-06","serial_number":"15340753595396888","imei1":"15340753595396888","imei2":"15340753595396888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193161,"job_number":"JOB_193161","tr_customer_id":193179,"tr_customer_product_id":193169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13443452737054","imei1":"13443452737054","imei2":"13443452737054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193163,"job_number":"JOB_193163","tr_customer_id":193181,"tr_customer_product_id":193171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Sophia Will","mobile_number":"543-347-8341","email_id":"Andreanne.Streich90@gmail.com","dop":"2025-04-06","serial_number":"11293858017259926","imei1":"11293858017259926","imei2":"11293858017259926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193164,"job_number":"JOB_193164","tr_customer_id":193182,"tr_customer_product_id":193172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14556554306424","imei1":"14556554306424","imei2":"14556554306424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193165,"job_number":"JOB_193165","tr_customer_id":193183,"tr_customer_product_id":193173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Roy Haag","mobile_number":"443-364-0046","email_id":"Mohammad80@yahoo.com","dop":"2025-04-06","serial_number":"19646370410964584","imei1":"19646370410964584","imei2":"19646370410964584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193167,"job_number":"JOB_193167","tr_customer_id":193185,"tr_customer_product_id":193175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"72839145949182","imei1":"72839145949182","imei2":"72839145949182","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193168,"job_number":"JOB_193168","tr_customer_id":193186,"tr_customer_product_id":193176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15641695265043","imei1":"15641695265043","imei2":"15641695265043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193169,"job_number":"JOB_193169","tr_customer_id":193187,"tr_customer_product_id":193177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Jalen Mueller","mobile_number":"601-634-4726","email_id":"Antonia.Doyle@hotmail.com","dop":"2025-02-01","serial_number":"24641452156276","imei1":"24641452156276","imei2":"24641452156276","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193171,"job_number":"JOB_193171","tr_customer_id":193189,"tr_customer_product_id":193179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10206920379242","imei1":"10206920379242","imei2":"10206920379242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193172,"job_number":"JOB_193172","tr_customer_id":193190,"tr_customer_product_id":193180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Davonte Waelchi","mobile_number":"753-374-8340","email_id":"Daisha4@yahoo.com","dop":"2025-04-06","serial_number":"11345374607350872","imei1":"11345374607350872","imei2":"11345374607350872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193175,"job_number":"JOB_193175","tr_customer_id":193193,"tr_customer_product_id":193183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Obie Farrell","mobile_number":"225-328-1271","email_id":"Mallory.Towne21@hotmail.com","dop":"2025-04-06","serial_number":"12764157622615460","imei1":"12764157622615460","imei2":"12764157622615460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193177,"job_number":"JOB_193177","tr_customer_id":193195,"tr_customer_product_id":193185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17758598401419","imei1":"17758598401419","imei2":"17758598401419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193181,"job_number":"JOB_193181","tr_customer_id":193199,"tr_customer_product_id":193189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Lew Casper","mobile_number":"448-505-7726","email_id":"Rosalia32@yahoo.com","dop":"2025-04-06","serial_number":"17916710695752728","imei1":"17916710695752728","imei2":"17916710695752728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193182,"job_number":"JOB_193182","tr_customer_id":193200,"tr_customer_product_id":193190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Prudvikishore Darsi","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"17227177929098","imei1":"17227177929098","imei2":"117227177929098","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193183,"job_number":"JOB_193183","tr_customer_id":193201,"tr_customer_product_id":193191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12418267001260","imei1":"12418267001260","imei2":"12418267001260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193186,"job_number":"JOB_193186","tr_customer_id":193204,"tr_customer_product_id":193194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Jeffrey Kutch","mobile_number":"777-276-1961","email_id":"Susie.Kiehn3@yahoo.com","dop":"2025-04-06","serial_number":"16836129633761616","imei1":"16836129633761616","imei2":"16836129633761616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193188,"job_number":"JOB_193188","tr_customer_id":193206,"tr_customer_product_id":193196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"194408713490817","imei1":"194408713490817","imei2":"1194408713490817","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193191,"job_number":"JOB_193191","tr_customer_id":193209,"tr_customer_product_id":193199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Dina Corwin","mobile_number":"945-623-3773","email_id":"Jaime.Russel17@gmail.com","dop":"2025-04-06","serial_number":"11094795982668714","imei1":"11094795982668714","imei2":"11094795982668714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193193,"job_number":"JOB_193193","tr_customer_id":193211,"tr_customer_product_id":193201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109066025130508","imei1":"109066025130508","imei2":"109066025130508","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193195,"job_number":"JOB_193195","tr_customer_id":193213,"tr_customer_product_id":193203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11465037888513","imei1":"11465037888513","imei2":"11465037888513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193197,"job_number":"JOB_193197","tr_customer_id":193215,"tr_customer_product_id":193205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:58.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Milo Spencer","mobile_number":"806-732-0460","email_id":"Brisa.Ortiz15@hotmail.com","dop":"2025-04-06","serial_number":"19510057915385348","imei1":"19510057915385348","imei2":"19510057915385348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193199,"job_number":"JOB_193199","tr_customer_id":193217,"tr_customer_product_id":193207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11226916724196","imei1":"11226916724196","imei2":"11226916724196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193204,"job_number":"JOB_193204","tr_customer_id":193222,"tr_customer_product_id":193212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:09.000Z","modified_at":"2026-02-21T04:18:09.000Z","name":"Carter Ratke","mobile_number":"415-251-5254","email_id":"Alayna83@hotmail.com","dop":"2025-04-06","serial_number":"12943690765773460","imei1":"12943690765773460","imei2":"12943690765773460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193206,"job_number":"JOB_193206","tr_customer_id":193224,"tr_customer_product_id":193214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"15021347736976","imei1":"15021347736976","imei2":"15021347736976","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193208,"job_number":"JOB_193208","tr_customer_id":193226,"tr_customer_product_id":193216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16538052027316","imei1":"16538052027316","imei2":"16538052027316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193210,"job_number":"JOB_193210","tr_customer_id":193228,"tr_customer_product_id":193218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:16.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Filomena Brakus","mobile_number":"709-506-8756","email_id":"Edyth_Schinner37@hotmail.com","dop":"2025-08-24","serial_number":"1068564094075055","imei1":"1068564094075055","imei2":"1068564094075055","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193211,"job_number":"JOB_193211","tr_customer_id":193229,"tr_customer_product_id":193219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:17.000Z","modified_at":"2026-02-21T04:18:17.000Z","name":"Keegan Blick","mobile_number":"451-538-5670","email_id":"Albert_Frami88@gmail.com","dop":"2025-04-06","serial_number":"16526250177960732","imei1":"16526250177960732","imei2":"16526250177960732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193212,"job_number":"JOB_193212","tr_customer_id":193230,"tr_customer_product_id":193220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19419154172062","imei1":"19419154172062","imei2":"19419154172062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193214,"job_number":"JOB_193214","tr_customer_id":193232,"tr_customer_product_id":193222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:23.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Ebony Konopelski","mobile_number":"379-677-9901","email_id":"Rebeka_Rohan23@hotmail.com","dop":"2025-04-06","serial_number":"15666292130020144","imei1":"15666292130020144","imei2":"15666292130020144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193215,"job_number":"JOB_193215","tr_customer_id":193233,"tr_customer_product_id":193223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:24.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12923581199954","imei1":"12923581199954","imei2":"12923581199954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193217,"job_number":"JOB_193217","tr_customer_id":193235,"tr_customer_product_id":193225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13511130314133","imei1":"13511130314133","imei2":"13511130314133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193219,"job_number":"JOB_193219","tr_customer_id":193237,"tr_customer_product_id":193227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:26.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Alycia Lockman","mobile_number":"719-423-1989","email_id":"Evelyn_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"13015713709632008","imei1":"13015713709632008","imei2":"13015713709632008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193220,"job_number":"JOB_193220","tr_customer_id":193238,"tr_customer_product_id":193228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:27.000Z","modified_at":"2026-02-21T04:18:27.000Z","name":"Kay Lang","mobile_number":"728-479-7780","email_id":"Brant.Grimes82@yahoo.com","dop":"2025-04-06","serial_number":"15564062256417064","imei1":"15564062256417064","imei2":"15564062256417064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193221,"job_number":"JOB_193221","tr_customer_id":193239,"tr_customer_product_id":193229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:29.000Z","modified_at":"2026-02-21T04:18:29.000Z","name":"jatin kumar","mobile_number":"9916519842","email_id":"jatin@gmail.com","dop":"2026-01-04","serial_number":"12638424362370","imei1":"12638424362370","imei2":"112638424362370","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193222,"job_number":"JOB_193222","tr_customer_id":193240,"tr_customer_product_id":193230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"18570618168458","imei1":"18570618168458","imei2":"118570618168458","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193223,"job_number":"JOB_193223","tr_customer_id":193241,"tr_customer_product_id":193231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16012851380641","imei1":"16012851380641","imei2":"16012851380641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193226,"job_number":"JOB_193226","tr_customer_id":193244,"tr_customer_product_id":193234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:31.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Adrian Zieme","mobile_number":"328-776-8369","email_id":"Johnathon43@gmail.com","dop":"2025-04-06","serial_number":"13671793343644700","imei1":"13671793343644700","imei2":"13671793343644700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193228,"job_number":"JOB_193228","tr_customer_id":193246,"tr_customer_product_id":193236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19111901357762","imei1":"19111901357762","imei2":"19111901357762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193231,"job_number":"JOB_193231","tr_customer_id":193249,"tr_customer_product_id":193239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13095132517183","imei1":"13095132517183","imei2":"13095132517183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193234,"job_number":"JOB_193234","tr_customer_id":193252,"tr_customer_product_id":193242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Unique Klein","mobile_number":"509-958-5251","email_id":"Aurelia_Carter@yahoo.com","dop":"2025-04-06","serial_number":"11286122444010518","imei1":"11286122444010518","imei2":"11286122444010518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193235,"job_number":"JOB_193235","tr_customer_id":193253,"tr_customer_product_id":193243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19546877972077","imei1":"19546877972077","imei2":"19546877972077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193236,"job_number":"JOB_193236","tr_customer_id":193254,"tr_customer_product_id":193244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:18:35.000Z","name":"Lina Harber","mobile_number":"433-284-8822","email_id":"Vanessa_Jacobson27@yahoo.com","dop":"2025-04-06","serial_number":"15176472650643014","imei1":"15176472650643014","imei2":"15176472650643014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193238,"job_number":"JOB_193238","tr_customer_id":193256,"tr_customer_product_id":193246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:36.000Z","modified_at":"2026-02-21T04:18:36.000Z","name":"Carolyn Wyman","mobile_number":"356-340-5675","email_id":"Sibyl_Hodkiewicz60@yahoo.com","dop":"2025-04-06","serial_number":"11521208348430104","imei1":"11521208348430104","imei2":"11521208348430104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193239,"job_number":"JOB_193239","tr_customer_id":193257,"tr_customer_product_id":193247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:18:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19811677617989","imei1":"19811677617989","imei2":"19811677617989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193241,"job_number":"JOB_193241","tr_customer_id":193259,"tr_customer_product_id":193249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:55.000Z","modified_at":"2026-02-21T04:18:55.000Z","name":"Watson Wisoky","mobile_number":"249-626-9028","email_id":"Alexa95@yahoo.com","dop":"2025-04-06","serial_number":"11057781569965322","imei1":"11057781569965322","imei2":"11057781569965322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193242,"job_number":"JOB_193242","tr_customer_id":193260,"tr_customer_product_id":193250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10383306459848","imei1":"10383306459848","imei2":"10383306459848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193244,"job_number":"JOB_193244","tr_customer_id":193262,"tr_customer_product_id":193252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:00.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Hudson Glover","mobile_number":"813-530-1770","email_id":"Selina69@hotmail.com","dop":"2025-04-06","serial_number":"16922682165508476","imei1":"16922682165508476","imei2":"16922682165508476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193245,"job_number":"JOB_193245","tr_customer_id":193263,"tr_customer_product_id":193253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16268405233997","imei1":"16268405233997","imei2":"16268405233997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193247,"job_number":"JOB_193247","tr_customer_id":193265,"tr_customer_product_id":193255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18627518569825","imei1":"18627518569825","imei2":"18627518569825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193248,"job_number":"JOB_193248","tr_customer_id":193266,"tr_customer_product_id":193256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"Providenci Carroll","mobile_number":"402-732-0954","email_id":"Hobart51@yahoo.com","dop":"2025-04-06","serial_number":"14845817504655544","imei1":"14845817504655544","imei2":"14845817504655544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193249,"job_number":"JOB_193249","tr_customer_id":193267,"tr_customer_product_id":193257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:07.000Z","name":"kishore kumar","mobile_number":"9916519843","email_id":"kishore@gmail.com","dop":"2026-01-04","serial_number":"16643799213872","imei1":"16643799213872","imei2":"116643799213872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193251,"job_number":"JOB_193251","tr_customer_id":193269,"tr_customer_product_id":193259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"124358603291322","imei1":"124358603291322","imei2":"1124358603291322","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193252,"job_number":"JOB_193252","tr_customer_id":193270,"tr_customer_product_id":193260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Christ Labadie","mobile_number":"617-475-4291","email_id":"Burnice.Fahey48@gmail.com","dop":"2025-04-06","serial_number":"13901422640897206","imei1":"13901422640897206","imei2":"13901422640897206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193254,"job_number":"JOB_193254","tr_customer_id":193272,"tr_customer_product_id":193262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13038756759096","imei1":"13038756759096","imei2":"13038756759096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193256,"job_number":"JOB_193256","tr_customer_id":193274,"tr_customer_product_id":193264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:10.000Z","modified_at":"2026-02-21T04:19:10.000Z","name":"Providenci Jenkins","mobile_number":"864-858-0510","email_id":"Amalia_Orn13@yahoo.com","dop":"2025-04-06","serial_number":"14690447889379968","imei1":"14690447889379968","imei2":"14690447889379968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193257,"job_number":"JOB_193257","tr_customer_id":193275,"tr_customer_product_id":193265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:17.000Z","modified_at":"2026-02-21T04:19:17.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"18179597064352","imei1":"18179597064352","imei2":"18179597064352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193259,"job_number":"JOB_193259","tr_customer_id":193277,"tr_customer_product_id":193267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:19.000Z","modified_at":"2026-02-21T04:19:19.000Z","name":"Ford Schimmel","mobile_number":"424-313-8740","email_id":"Leta_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"15218672295178836","imei1":"15218672295178836","imei2":"15218672295178836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193260,"job_number":"JOB_193260","tr_customer_id":193278,"tr_customer_product_id":193268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:45.000Z","modified_at":"2026-02-21T04:19:45.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"465788618917733","imei1":"465788618917733","imei2":"1465788618917733","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193262,"job_number":"JOB_193262","tr_customer_id":193280,"tr_customer_product_id":193270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94613706699650","imei1":"94613706699650","imei2":"94613706699650","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193263,"job_number":"JOB_193263","tr_customer_id":193281,"tr_customer_product_id":193271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39710152773976","imei1":"39710152773976","imei2":"39710152773976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193264,"job_number":"JOB_193264","tr_customer_id":193282,"tr_customer_product_id":193272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68389857121207","imei1":"68389857121207","imei2":"68389857121207","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193265,"job_number":"JOB_193265","tr_customer_id":193283,"tr_customer_product_id":193273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41582658091160","imei1":"41582658091160","imei2":"41582658091160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193266,"job_number":"JOB_193266","tr_customer_id":193284,"tr_customer_product_id":193274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35464850622599","imei1":"35464850622599","imei2":"35464850622599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193267,"job_number":"JOB_193267","tr_customer_id":193285,"tr_customer_product_id":193275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47578739436786","imei1":"47578739436786","imei2":"47578739436786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193269,"job_number":"JOB_193269","tr_customer_id":193287,"tr_customer_product_id":193277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83864129542703","imei1":"83864129542703","imei2":"83864129542703","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193270,"job_number":"JOB_193270","tr_customer_id":193288,"tr_customer_product_id":193278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81432361898285","imei1":"81432361898285","imei2":"81432361898285","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193271,"job_number":"JOB_193271","tr_customer_id":193289,"tr_customer_product_id":193279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76518970407132","imei1":"76518970407132","imei2":"76518970407132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193272,"job_number":"JOB_193272","tr_customer_id":193290,"tr_customer_product_id":193280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42015010723959","imei1":"42015010723959","imei2":"42015010723959","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193273,"job_number":"JOB_193273","tr_customer_id":193291,"tr_customer_product_id":193281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77929729566074","imei1":"77929729566074","imei2":"77929729566074","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193274,"job_number":"JOB_193274","tr_customer_id":193292,"tr_customer_product_id":193282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53362810062978","imei1":"53362810062978","imei2":"53362810062978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193276,"job_number":"JOB_193276","tr_customer_id":193294,"tr_customer_product_id":193284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66851271523103","imei1":"66851271523103","imei2":"66851271523103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193277,"job_number":"JOB_193277","tr_customer_id":193295,"tr_customer_product_id":193285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54079663136425","imei1":"54079663136425","imei2":"54079663136425","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193278,"job_number":"JOB_193278","tr_customer_id":193296,"tr_customer_product_id":193286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36060468904580","imei1":"36060468904580","imei2":"36060468904580","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193279,"job_number":"JOB_193279","tr_customer_id":193297,"tr_customer_product_id":193287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20144822071919","imei1":"20144822071919","imei2":"20144822071919","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193280,"job_number":"JOB_193280","tr_customer_id":193298,"tr_customer_product_id":193288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12388575627601","imei1":"12388575627601","imei2":"12388575627601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193281,"job_number":"JOB_193281","tr_customer_id":193299,"tr_customer_product_id":193289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40241229487391","imei1":"40241229487391","imei2":"40241229487391","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193283,"job_number":"JOB_193283","tr_customer_id":193301,"tr_customer_product_id":193291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:23.000Z","modified_at":"2026-02-21T04:36:23.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"27165971875310","imei1":"27165971875310","imei2":"27165971875310","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193285,"job_number":"JOB_193285","tr_customer_id":193303,"tr_customer_product_id":193293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:36:56.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"27385658375274","imei1":"27385658375274","imei2":"27385658375274","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193287,"job_number":"JOB_193287","tr_customer_id":193305,"tr_customer_product_id":193295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:27.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"18073115262912","imei1":"18073115262912","imei2":"18073115262912","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193289,"job_number":"JOB_193289","tr_customer_id":193307,"tr_customer_product_id":193297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:44:44.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"85971296172529","imei1":"85971296172529","imei2":"85971296172529","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193291,"job_number":"JOB_193291","tr_customer_id":193309,"tr_customer_product_id":193299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:16.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"56752552254015","imei1":"56752552254015","imei2":"56752552254015","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193293,"job_number":"JOB_193293","tr_customer_id":193311,"tr_customer_product_id":193301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:45:46.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"71929610676402","imei1":"71929610676402","imei2":"71929610676402","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193295,"job_number":"JOB_193295","tr_customer_id":193313,"tr_customer_product_id":193303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:47:51.000Z","modified_at":"2026-02-21T04:47:51.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-11","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-11T04:47:50.703417403Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193296,"job_number":"JOB_193296","tr_customer_id":193314,"tr_customer_product_id":193304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:42.000Z","modified_at":"2026-02-21T05:03:42.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"50207083622072","imei1":"50207083622072","imei2":"50207083622072","popurl":"2026-02-11T05:03:41.877363349Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193297,"job_number":"JOB_193297","tr_customer_id":193315,"tr_customer_product_id":193305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:53.000Z","modified_at":"2026-02-21T05:03:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"69344723181843","imei1":"69344723181843","imei2":"69344723181843","popurl":"2026-02-11T05:03:53.305916863Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193298,"job_number":"JOB_193298","tr_customer_id":193316,"tr_customer_product_id":193306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:55.000Z","modified_at":"2026-02-21T05:08:55.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104354582838406","imei1":"104354582838406","imei2":"104354582838406","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193300,"job_number":"JOB_193300","tr_customer_id":193318,"tr_customer_product_id":193308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:08.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103460285105657","imei1":"103460285105657","imei2":"103460285105657","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193302,"job_number":"JOB_193302","tr_customer_id":193320,"tr_customer_product_id":193310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:21:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17454307897849","imei1":"17454307897849","imei2":"17454307897849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193304,"job_number":"JOB_193304","tr_customer_id":193322,"tr_customer_product_id":193312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:43.000Z","modified_at":"2026-02-21T05:21:43.000Z","name":"Fredrick Klocko","mobile_number":"694-236-5956","email_id":"Montana.Predovic@gmail.com","dop":"2025-04-06","serial_number":"12783223683672104","imei1":"12783223683672104","imei2":"12783223683672104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193305,"job_number":"JOB_193305","tr_customer_id":193323,"tr_customer_product_id":193313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:26.000Z","modified_at":"2026-02-21T05:22:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12594280943157","imei1":"12594280943157","imei2":"12594280943157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193307,"job_number":"JOB_193307","tr_customer_id":193325,"tr_customer_product_id":193315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:28.000Z","modified_at":"2026-02-21T05:22:28.000Z","name":"Tremayne Harber","mobile_number":"411-308-8450","email_id":"Johnathon66@hotmail.com","dop":"2025-04-06","serial_number":"12621197507760120","imei1":"12621197507760120","imei2":"12621197507760120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193308,"job_number":"JOB_193308","tr_customer_id":193326,"tr_customer_product_id":193316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12532814367686","imei1":"12532814367686","imei2":"12532814367686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193310,"job_number":"JOB_193310","tr_customer_id":193328,"tr_customer_product_id":193318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:13.000Z","modified_at":"2026-02-21T05:23:13.000Z","name":"Lindsey Heidenreich","mobile_number":"999-790-8304","email_id":"Andreanne_Brown@hotmail.com","dop":"2025-04-06","serial_number":"10533575793331294","imei1":"10533575793331294","imei2":"10533575793331294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193312,"job_number":"JOB_193312","tr_customer_id":193330,"tr_customer_product_id":193320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:38.000Z","modified_at":"2026-02-21T05:25:38.000Z","name":"Tod Adams","mobile_number":"555-471-5521","email_id":"Terry65@hotmail.com","dop":"2025-04-06","serial_number":"10788498118391618","imei1":"10788498118391618","imei2":"10788498118391618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193314,"job_number":"JOB_193314","tr_customer_id":193332,"tr_customer_product_id":193322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:58.000Z","modified_at":"2026-02-21T05:25:58.000Z","name":"Devin Price","mobile_number":"753-402-3495","email_id":"Loren_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"18368798924738108","imei1":"18368798924738108","imei2":"18368798924738108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193315,"job_number":"JOB_193315","tr_customer_id":193333,"tr_customer_product_id":193323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16996298937302","imei1":"16996298937302","imei2":"16996298937302","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193317,"job_number":"JOB_193317","tr_customer_id":193335,"tr_customer_product_id":193325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:39.000Z","modified_at":"2026-02-21T05:27:39.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"16111077593504","imei1":"16111077593504","imei2":"16111077593504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193319,"job_number":"JOB_193319","tr_customer_id":193337,"tr_customer_product_id":193327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:53.000Z","modified_at":"2026-02-21T05:27:53.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11077466088063","imei1":"11077466088063","imei2":"11077466088063","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193328,"job_number":"JOB_193328","tr_customer_id":193346,"tr_customer_product_id":193336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:57:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14500180749723","imei1":"14500180749723","imei2":"14500180749723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193330,"job_number":"JOB_193330","tr_customer_id":193348,"tr_customer_product_id":193338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:29.000Z","modified_at":"2026-02-21T06:57:29.000Z","name":"Katelin Hilpert","mobile_number":"639-249-0766","email_id":"Ole54@gmail.com","dop":"2025-04-06","serial_number":"17990608843684352","imei1":"17990608843684352","imei2":"17990608843684352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193331,"job_number":"JOB_193331","tr_customer_id":193349,"tr_customer_product_id":193339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:05.000Z","modified_at":"2026-02-21T06:58:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12411661589835","imei1":"12411661589835","imei2":"12411661589835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193333,"job_number":"JOB_193333","tr_customer_id":193351,"tr_customer_product_id":193341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:07.000Z","modified_at":"2026-02-21T06:58:07.000Z","name":"Walker DuBuque","mobile_number":"355-903-4157","email_id":"Lina8@hotmail.com","dop":"2025-04-06","serial_number":"11606565818430918","imei1":"11606565818430918","imei2":"11606565818430918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193334,"job_number":"JOB_193334","tr_customer_id":193352,"tr_customer_product_id":193342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:58:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14826284907109","imei1":"14826284907109","imei2":"14826284907109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193336,"job_number":"JOB_193336","tr_customer_id":193354,"tr_customer_product_id":193344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:41.000Z","modified_at":"2026-02-21T06:58:41.000Z","name":"Modesta Feest","mobile_number":"994-204-4972","email_id":"Antonietta75@hotmail.com","dop":"2025-04-06","serial_number":"14013384807474776","imei1":"14013384807474776","imei2":"14013384807474776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193337,"job_number":"JOB_193337","tr_customer_id":193355,"tr_customer_product_id":193345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:51.000Z","modified_at":"2026-02-21T07:00:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14615375139250","imei1":"14615375139250","imei2":"14615375139250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193339,"job_number":"JOB_193339","tr_customer_id":193357,"tr_customer_product_id":193347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:53.000Z","modified_at":"2026-02-21T07:00:53.000Z","name":"Keven Shanahan","mobile_number":"656-274-3855","email_id":"Laurianne.Mosciski@hotmail.com","dop":"2025-04-06","serial_number":"10520093004004100","imei1":"10520093004004100","imei2":"10520093004004100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193340,"job_number":"JOB_193340","tr_customer_id":193358,"tr_customer_product_id":193348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:28.000Z","modified_at":"2026-02-21T07:01:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13541032706944","imei1":"13541032706944","imei2":"13541032706944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193342,"job_number":"JOB_193342","tr_customer_id":193360,"tr_customer_product_id":193350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:30.000Z","modified_at":"2026-02-21T07:01:30.000Z","name":"Alexanne Howe","mobile_number":"988-775-9998","email_id":"Makayla_Berge9@hotmail.com","dop":"2025-04-06","serial_number":"15364999435655256","imei1":"15364999435655256","imei2":"15364999435655256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193343,"job_number":"JOB_193343","tr_customer_id":193361,"tr_customer_product_id":193351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:04.000Z","modified_at":"2026-02-21T07:02:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12046156800606","imei1":"12046156800606","imei2":"12046156800606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193345,"job_number":"JOB_193345","tr_customer_id":193363,"tr_customer_product_id":193353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:05.000Z","name":"Arno Denesik","mobile_number":"715-555-8519","email_id":"Elta.Hoppe@hotmail.com","dop":"2025-04-06","serial_number":"12222153548494696","imei1":"12222153548494696","imei2":"12222153548494696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193346,"job_number":"JOB_193346","tr_customer_id":193364,"tr_customer_product_id":193354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:04:33.000Z","modified_at":"2026-02-21T07:04:33.000Z","name":"Sarla Mishra","mobile_number":"975641477","email_id":"abhaya.sharma@yahoo.co.in","dop":"2026-02-11","serial_number":"663805604905026","imei1":"663805604905026","imei2":"663805604905026","popurl":"www.abhaidev-naik.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193347,"job_number":"JOB_193347","tr_customer_id":193365,"tr_customer_product_id":193355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:26:53.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"14720838700539","imei1":"14720838700539","imei2":"14720838700539","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193349,"job_number":"JOB_193349","tr_customer_id":193367,"tr_customer_product_id":193357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:54.000Z","modified_at":"2026-02-21T07:26:54.000Z","name":"Flavio Grant","mobile_number":"692-710-6183","email_id":"Rebecca_Ryan14@gmail.com","dop":"2025-08-24","serial_number":"1037453169281561","imei1":"1037453169281561","imei2":"1037453169281561","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193350,"job_number":"JOB_193350","tr_customer_id":193368,"tr_customer_product_id":193358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:35.000Z","modified_at":"2026-02-21T07:27:35.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17005161525366","imei1":"17005161525366","imei2":"17005161525366","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193352,"job_number":"JOB_193352","tr_customer_id":193370,"tr_customer_product_id":193360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:37.000Z","modified_at":"2026-02-21T07:27:37.000Z","name":"Rita Stokes","mobile_number":"852-224-3961","email_id":"Leopold_Schuster75@yahoo.com","dop":"2025-08-24","serial_number":"1067373335692890","imei1":"1067373335692890","imei2":"1067373335692890","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193353,"job_number":"JOB_193353","tr_customer_id":193371,"tr_customer_product_id":193361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:18.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"18814550219868","imei1":"18814550219868","imei2":"18814550219868","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193355,"job_number":"JOB_193355","tr_customer_id":193373,"tr_customer_product_id":193363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:20.000Z","modified_at":"2026-02-21T07:28:20.000Z","name":"Noemie Strosin","mobile_number":"926-246-8584","email_id":"Ottis89@yahoo.com","dop":"2025-08-24","serial_number":"1087887588560128","imei1":"1087887588560128","imei2":"1087887588560128","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193356,"job_number":"JOB_193356","tr_customer_id":193374,"tr_customer_product_id":193364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:07.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12818600653089","imei1":"12818600653089","imei2":"12818600653089","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193358,"job_number":"JOB_193358","tr_customer_id":193376,"tr_customer_product_id":193366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:08.000Z","modified_at":"2026-02-21T07:31:08.000Z","name":"Monroe Bode","mobile_number":"384-649-0563","email_id":"Jackeline.Toy8@yahoo.com","dop":"2025-08-24","serial_number":"1017147976680088","imei1":"1017147976680088","imei2":"1017147976680088","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193359,"job_number":"JOB_193359","tr_customer_id":193377,"tr_customer_product_id":193367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:31:50.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"12036851561100","imei1":"12036851561100","imei2":"12036851561100","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193361,"job_number":"JOB_193361","tr_customer_id":193379,"tr_customer_product_id":193369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:51.000Z","modified_at":"2026-02-21T07:31:51.000Z","name":"Maximilian Bergnaum","mobile_number":"214-767-3524","email_id":"Emilio.Barton11@yahoo.com","dop":"2025-08-24","serial_number":"1005105062718217","imei1":"1005105062718217","imei2":"1005105062718217","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193362,"job_number":"JOB_193362","tr_customer_id":193380,"tr_customer_product_id":193370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:32:33.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19405530719267","imei1":"19405530719267","imei2":"19405530719267","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193364,"job_number":"JOB_193364","tr_customer_id":193382,"tr_customer_product_id":193372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:34.000Z","modified_at":"2026-02-21T07:32:34.000Z","name":"Merle Kuhic","mobile_number":"880-920-6502","email_id":"Alek_Murphy@yahoo.com","dop":"2025-08-24","serial_number":"1020156372357939","imei1":"1020156372357939","imei2":"1020156372357939","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193365,"job_number":"JOB_193365","tr_customer_id":193383,"tr_customer_product_id":193373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:35:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14435403003308","imei1":"14435403003308","imei2":"14435403003308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193367,"job_number":"JOB_193367","tr_customer_id":193385,"tr_customer_product_id":193375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:58.000Z","modified_at":"2026-02-21T07:35:58.000Z","name":"Kristy Stroman","mobile_number":"957-257-1508","email_id":"Agustin.Cartwright55@gmail.com","dop":"2025-04-06","serial_number":"17827110094024082","imei1":"17827110094024082","imei2":"17827110094024082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193368,"job_number":"JOB_193368","tr_customer_id":193386,"tr_customer_product_id":193376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:36:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16877913902943","imei1":"16877913902943","imei2":"16877913902943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193370,"job_number":"JOB_193370","tr_customer_id":193388,"tr_customer_product_id":193378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:33.000Z","modified_at":"2026-02-21T07:36:33.000Z","name":"Orion Cole","mobile_number":"825-802-8481","email_id":"Electa81@hotmail.com","dop":"2025-04-06","serial_number":"18482641818318780","imei1":"18482641818318780","imei2":"18482641818318780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193371,"job_number":"JOB_193371","tr_customer_id":193389,"tr_customer_product_id":193379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409082647918","imei1":"10409082647918","imei2":"10409082647918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193373,"job_number":"JOB_193373","tr_customer_id":193391,"tr_customer_product_id":193381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:09.000Z","modified_at":"2026-02-21T07:37:09.000Z","name":"Elisa Murray","mobile_number":"838-352-8357","email_id":"Jason_Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"13107282216834658","imei1":"13107282216834658","imei2":"13107282216834658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193374,"job_number":"JOB_193374","tr_customer_id":193392,"tr_customer_product_id":193382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:55.000Z","modified_at":"2026-02-21T07:37:55.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11306756058129","imei1":"11306756058129","imei2":"11306756058129","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193376,"job_number":"JOB_193376","tr_customer_id":193394,"tr_customer_product_id":193384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:57.000Z","modified_at":"2026-02-21T07:37:57.000Z","name":"Daphney Oberbrunner","mobile_number":"341-496-0383","email_id":"Ken88@gmail.com","dop":"2025-08-24","serial_number":"1040493187142260","imei1":"1040493187142260","imei2":"1040493187142260","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193377,"job_number":"JOB_193377","tr_customer_id":193395,"tr_customer_product_id":193385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:38:39.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19612044195453","imei1":"19612044195453","imei2":"19612044195453","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193379,"job_number":"JOB_193379","tr_customer_id":193397,"tr_customer_product_id":193387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:41.000Z","modified_at":"2026-02-21T07:38:41.000Z","name":"Jaylin O'Hara","mobile_number":"972-788-4181","email_id":"Onie.Shanahan36@hotmail.com","dop":"2025-08-24","serial_number":"1086245263028934","imei1":"1086245263028934","imei2":"1086245263028934","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193380,"job_number":"JOB_193380","tr_customer_id":193398,"tr_customer_product_id":193388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:22.000Z","modified_at":"2026-02-21T07:39:22.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19566412732163","imei1":"19566412732163","imei2":"19566412732163","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193382,"job_number":"JOB_193382","tr_customer_id":193400,"tr_customer_product_id":193390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:24.000Z","modified_at":"2026-02-21T07:39:24.000Z","name":"Joel Jones","mobile_number":"678-852-4682","email_id":"Cecelia_Funk@yahoo.com","dop":"2025-08-24","serial_number":"1041561432726379","imei1":"1041561432726379","imei2":"1041561432726379","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193383,"job_number":"JOB_193383","tr_customer_id":193401,"tr_customer_product_id":193391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:41:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10117309860320","imei1":"10117309860320","imei2":"10117309860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193385,"job_number":"JOB_193385","tr_customer_id":193403,"tr_customer_product_id":193393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:41.000Z","modified_at":"2026-02-21T07:41:41.000Z","name":"Estelle Weber","mobile_number":"624-711-8027","email_id":"Rosario51@hotmail.com","dop":"2025-04-06","serial_number":"11403399497092734","imei1":"11403399497092734","imei2":"11403399497092734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193386,"job_number":"JOB_193386","tr_customer_id":193404,"tr_customer_product_id":193394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:15.000Z","modified_at":"2026-02-21T07:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16388964942987","imei1":"16388964942987","imei2":"16388964942987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193388,"job_number":"JOB_193388","tr_customer_id":193406,"tr_customer_product_id":193396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:17.000Z","modified_at":"2026-02-21T07:42:17.000Z","name":"Madaline Kling","mobile_number":"509-886-4437","email_id":"Trevor35@yahoo.com","dop":"2025-04-06","serial_number":"13918570880312850","imei1":"13918570880312850","imei2":"13918570880312850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193389,"job_number":"JOB_193389","tr_customer_id":193407,"tr_customer_product_id":193397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:56.000Z","modified_at":"2026-02-21T07:42:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19158717903805","imei1":"19158717903805","imei2":"19158717903805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193391,"job_number":"JOB_193391","tr_customer_id":193409,"tr_customer_product_id":193399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:58.000Z","modified_at":"2026-02-21T07:42:58.000Z","name":"Breanna Roob","mobile_number":"311-665-1228","email_id":"Elfrieda_Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"19090023186950096","imei1":"19090023186950096","imei2":"19090023186950096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193392,"job_number":"JOB_193392","tr_customer_id":193410,"tr_customer_product_id":193400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:24.000Z","modified_at":"2026-02-21T07:44:24.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"17942583115803","imei1":"17942583115803","imei2":"17942583115803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193394,"job_number":"JOB_193394","tr_customer_id":193412,"tr_customer_product_id":193402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:26.000Z","modified_at":"2026-02-21T07:44:26.000Z","name":"Manuela Langworth","mobile_number":"708-745-6938","email_id":"Heaven45@gmail.com","dop":"2025-08-24","serial_number":"1076324782314125","imei1":"1076324782314125","imei2":"1076324782314125","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193395,"job_number":"JOB_193395","tr_customer_id":193413,"tr_customer_product_id":193403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:08.000Z","modified_at":"2026-02-21T07:45:08.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17393220884968","imei1":"17393220884968","imei2":"17393220884968","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193397,"job_number":"JOB_193397","tr_customer_id":193415,"tr_customer_product_id":193405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:10.000Z","modified_at":"2026-02-21T07:45:10.000Z","name":"Karolann Rath","mobile_number":"794-950-5400","email_id":"Abelardo.Balistreri@gmail.com","dop":"2025-08-24","serial_number":"1014511479967130","imei1":"1014511479967130","imei2":"1014511479967130","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193398,"job_number":"JOB_193398","tr_customer_id":193416,"tr_customer_product_id":193406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:45:52.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11613119694321","imei1":"11613119694321","imei2":"11613119694321","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193400,"job_number":"JOB_193400","tr_customer_id":193418,"tr_customer_product_id":193408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:53.000Z","modified_at":"2026-02-21T07:45:53.000Z","name":"Polly Ritchie","mobile_number":"391-904-8976","email_id":"Elliot52@hotmail.com","dop":"2025-08-24","serial_number":"1098665647093363","imei1":"1098665647093363","imei2":"1098665647093363","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193402,"job_number":"JOB_193402","tr_customer_id":193420,"tr_customer_product_id":193410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:48.000Z","modified_at":"2026-02-21T07:48:48.000Z","name":"Rudy Hoppe","mobile_number":"508-579-4138","email_id":"Henriette.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"18692767985986108","imei1":"18692767985986108","imei2":"18692767985986108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193407,"job_number":"JOB_193407","tr_customer_id":193425,"tr_customer_product_id":193415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:08.000Z","modified_at":"2026-02-21T07:50:08.000Z","name":"Giovanny Orn","mobile_number":"372-757-9716","email_id":"Lorenz_Windler@hotmail.com","dop":"2025-04-06","serial_number":"15773123509869388","imei1":"15773123509869388","imei2":"15773123509869388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193408,"job_number":"JOB_193408","tr_customer_id":193426,"tr_customer_product_id":193416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:50:33.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12583303650192","imei1":"12583303650192","imei2":"12583303650192","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193410,"job_number":"JOB_193410","tr_customer_id":193428,"tr_customer_product_id":193418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:34.000Z","modified_at":"2026-02-21T07:50:34.000Z","name":"Tre Hickle","mobile_number":"214-222-6302","email_id":"Omari86@yahoo.com","dop":"2025-08-24","serial_number":"1016385885939756","imei1":"1016385885939756","imei2":"1016385885939756","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193412,"job_number":"JOB_193412","tr_customer_id":193430,"tr_customer_product_id":193420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:19.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18666066202750","imei1":"18666066202750","imei2":"18666066202750","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193414,"job_number":"JOB_193414","tr_customer_id":193432,"tr_customer_product_id":193422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:20.000Z","modified_at":"2026-02-21T07:51:20.000Z","name":"Deshaun Gutkowski","mobile_number":"245-766-2848","email_id":"Selina_Wiegand@hotmail.com","dop":"2025-08-24","serial_number":"1081838350909819","imei1":"1081838350909819","imei2":"1081838350909819","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193415,"job_number":"JOB_193415","tr_customer_id":193433,"tr_customer_product_id":193423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:37.000Z","modified_at":"2026-02-21T07:51:37.000Z","name":"Horacio Wilderman","mobile_number":"8928885292","email_id":"Camilla.Gottlieb@gmail.com","dop":"2026-01-12","serial_number":"10096311673473434","imei1":"10096311673473434","imei2":"10096311673473434","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193416,"job_number":"JOB_193416","tr_customer_id":193434,"tr_customer_product_id":193424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11230557252449","imei1":"11230557252449","imei2":"11230557252449","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193418,"job_number":"JOB_193418","tr_customer_id":193436,"tr_customer_product_id":193426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:05.000Z","modified_at":"2026-02-21T07:52:05.000Z","name":"Kenny Heathcote","mobile_number":"378-442-3417","email_id":"Diego.Bosco@hotmail.com","dop":"2025-08-24","serial_number":"1096253210185018","imei1":"1096253210185018","imei2":"1096253210185018","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193419,"job_number":"JOB_193419","tr_customer_id":193437,"tr_customer_product_id":193427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:05.000Z","modified_at":"2026-02-21T08:13:05.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19724020545025","imei1":"19724020545025","imei2":"19724020545025","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193421,"job_number":"JOB_193421","tr_customer_id":193439,"tr_customer_product_id":193429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:07.000Z","modified_at":"2026-02-21T08:13:07.000Z","name":"Ebba Steuber","mobile_number":"893-586-8501","email_id":"Melyssa93@yahoo.com","dop":"2025-08-24","serial_number":"1014071285007740","imei1":"1014071285007740","imei2":"1014071285007740","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193422,"job_number":"JOB_193422","tr_customer_id":193440,"tr_customer_product_id":193430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:13:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17692622377904","imei1":"17692622377904","imei2":"17692622377904","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193424,"job_number":"JOB_193424","tr_customer_id":193442,"tr_customer_product_id":193432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:53.000Z","modified_at":"2026-02-21T08:13:53.000Z","name":"Glennie Rodriguez","mobile_number":"797-513-2777","email_id":"Kennedi.Blanda@yahoo.com","dop":"2025-08-24","serial_number":"1098376930953258","imei1":"1098376930953258","imei2":"1098376930953258","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193425,"job_number":"JOB_193425","tr_customer_id":193443,"tr_customer_product_id":193433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:14:38.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11743835190486","imei1":"11743835190486","imei2":"11743835190486","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193427,"job_number":"JOB_193427","tr_customer_id":193445,"tr_customer_product_id":193435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:39.000Z","modified_at":"2026-02-21T08:14:39.000Z","name":"Nick Hauck","mobile_number":"255-564-9466","email_id":"Ellie_Lesch@gmail.com","dop":"2025-08-24","serial_number":"1008911628159141","imei1":"1008911628159141","imei2":"1008911628159141","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193428,"job_number":"JOB_193428","tr_customer_id":193446,"tr_customer_product_id":193436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:20.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193429,"job_number":"JOB_193429","tr_customer_id":193447,"tr_customer_product_id":193437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193430,"job_number":"JOB_193430","tr_customer_id":193448,"tr_customer_product_id":193438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193431,"job_number":"JOB_193431","tr_customer_id":193449,"tr_customer_product_id":193439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193432,"job_number":"JOB_193432","tr_customer_id":193450,"tr_customer_product_id":193440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193433,"job_number":"JOB_193433","tr_customer_id":193451,"tr_customer_product_id":193441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Dhaanyalakshmi Jain","mobile_number":"7004418024","email_id":"mandaakin.bharadwaj@yahoo.co.in","dop":"2026-02-11","serial_number":"438286374794778","imei1":"438286374794778","imei2":"438286374794778","popurl":"www.goswami-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193434,"job_number":"JOB_193434","tr_customer_id":193452,"tr_customer_product_id":193442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aayushmaan Kaur","mobile_number":"7059813001","email_id":"usha.kakkar@hotmail.com","dop":"2026-02-11","serial_number":"979657060377900","imei1":"979657060377900","imei2":"979657060377900","popurl":"www.manik-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193435,"job_number":"JOB_193435","tr_customer_id":193453,"tr_customer_product_id":193443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sushma Panicker","mobile_number":"7064691662","email_id":"sarala.dutta@gmail.com","dop":"2026-02-11","serial_number":"513177912176455","imei1":"513177912176455","imei2":"513177912176455","popurl":"www.birjesh-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193436,"job_number":"JOB_193436","tr_customer_id":193454,"tr_customer_product_id":193444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aaryan Patel","mobile_number":"7033480698","email_id":"chidaatma.prajapat@gmail.com","dop":"2026-02-11","serial_number":"094671057145544","imei1":"094671057145544","imei2":"094671057145544","popurl":"www.anjushree-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193437,"job_number":"JOB_193437","tr_customer_id":193455,"tr_customer_product_id":193445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sunita Varma","mobile_number":"7003820851","email_id":"chandramauli.bhattacharya@gmail.com","dop":"2026-02-11","serial_number":"796348192115143","imei1":"796348192115143","imei2":"796348192115143","popurl":"www.swami-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193438,"job_number":"JOB_193438","tr_customer_id":193456,"tr_customer_product_id":193446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855188","imei1":"15421920855188","imei2":"15421920855188","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193439,"job_number":"JOB_193439","tr_customer_id":193457,"tr_customer_product_id":193447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855177","imei1":"15421920855177","imei2":"15421920855177","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193440,"job_number":"JOB_193440","tr_customer_id":193458,"tr_customer_product_id":193448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:24.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855122","imei1":"15421920855122","imei2":"15421920855122","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193441,"job_number":"JOB_193441","tr_customer_id":193459,"tr_customer_product_id":193449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553123","imei1":"23357077553123","imei2":"23357077553123","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193442,"job_number":"JOB_193442","tr_customer_id":193460,"tr_customer_product_id":193450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553165","imei1":"23357077553165","imei2":"23357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193443,"job_number":"JOB_193443","tr_customer_id":193461,"tr_customer_product_id":193451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553178","imei1":"23357077553178","imei2":"23357077553178","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193444,"job_number":"JOB_193444","tr_customer_id":193462,"tr_customer_product_id":193452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"87357077553165","imei1":"87357077553165","imei2":"87357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193445,"job_number":"JOB_193445","tr_customer_id":193463,"tr_customer_product_id":193453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"56357077553165","imei1":"56357077553165","imei2":"56357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193446,"job_number":"JOB_193446","tr_customer_id":193464,"tr_customer_product_id":193454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:27.000Z","modified_at":"2026-02-21T09:50:27.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"85118284085858","imei1":"85118284085858","imei2":"85118284085858","popurl":"2026-02-11T09:50:26.429886203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193447,"job_number":"JOB_193447","tr_customer_id":193465,"tr_customer_product_id":193455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:28.000Z","modified_at":"2026-02-21T09:50:28.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"20288223085858","imei1":"20288223085858","imei2":"20288223085858","popurl":"2026-02-11T09:50:27.444812867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193448,"job_number":"JOB_193448","tr_customer_id":193466,"tr_customer_product_id":193456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:15.000Z","modified_at":"2026-02-21T10:46:15.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-11T10:46:06.658049026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193449,"job_number":"JOB_193449","tr_customer_id":193467,"tr_customer_product_id":193457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:16.000Z","modified_at":"2026-02-21T10:46:16.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-11","serial_number":"41944561729345","imei1":"41944561729345","imei2":"41944561729345","popurl":"2026-02-11T10:46:06.660275584Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193450,"job_number":"JOB_193450","tr_customer_id":193468,"tr_customer_product_id":193458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:29.000Z","modified_at":"2026-02-21T10:46:29.000Z","name":"Anandamayi Banerjee","mobile_number":"8686338023","email_id":"bharat.khan@hotmail.com","dop":"2026-02-11","serial_number":"88526442490310","imei1":"88526442490310","imei2":"88526442490310","popurl":"www.bhargavi-gowda.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193451,"job_number":"JOB_193451","tr_customer_id":193469,"tr_customer_product_id":193459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:42:57.000Z","modified_at":"2026-02-21T11:42:57.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-11","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-11T11:42:56.589006406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193453,"job_number":"JOB_193453","tr_customer_id":193471,"tr_customer_product_id":193461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:58.000Z","modified_at":"2026-02-21T11:49:58.000Z","name":"Dameon Little","mobile_number":"455-441-8562","email_id":"Velva37@yahoo.com","dop":"2025-04-06","serial_number":"14240336567763800","imei1":"14240336567763800","imei2":"14240336567763800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:49:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193454,"job_number":"JOB_193454","tr_customer_id":193472,"tr_customer_product_id":193462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:41:50.000Z","modified_at":"2026-02-21T12:41:50.000Z","name":"nishant sharma","mobile_number":"9999999999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfgdfgdfgdfgd","imei2":"gdfgdfgdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193455,"job_number":"JOB_193455","tr_customer_id":193473,"tr_customer_product_id":193463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:43:38.000Z","modified_at":"2026-02-21T12:43:38.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdfgd","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193456,"job_number":"JOB_193456","tr_customer_id":193474,"tr_customer_product_id":193464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:04:42.000Z","modified_at":"2026-02-21T13:04:42.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdf33d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:04:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193458,"job_number":"JOB_193458","tr_customer_id":193476,"tr_customer_product_id":193466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:17:43.000Z","modified_at":"2026-02-21T13:17:43.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"13935219571113","imei1":"13935219571113","imei2":"13935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193459,"job_number":"JOB_193459","tr_customer_id":193477,"tr_customer_product_id":193467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:23:52.000Z","modified_at":"2026-02-21T13:23:52.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-11","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-11T13:23:51.306638436Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193460,"job_number":"JOB_193460","tr_customer_id":193478,"tr_customer_product_id":193468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"83935219571113","imei1":"83935219571113","imei2":"83935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193461,"job_number":"JOB_193461","tr_customer_id":193479,"tr_customer_product_id":193469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"52935219571113","imei1":"52935219571113","imei2":"52935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193462,"job_number":"JOB_193462","tr_customer_id":193480,"tr_customer_product_id":193470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"53935219571113","imei1":"53935219571113","imei2":"53935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:08.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193464,"job_number":"JOB_193464","tr_customer_id":193482,"tr_customer_product_id":193472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:09.000Z","modified_at":"2026-02-21T13:37:09.000Z","name":"Cullen Luettgen","mobile_number":"807-683-5212","email_id":"Iva59@yahoo.com","dop":"2025-05-30","serial_number":"19247176904755","imei1":"19247176904755","imei2":"19247176904755","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193465,"job_number":"JOB_193465","tr_customer_id":193483,"tr_customer_product_id":193473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:10.000Z","modified_at":"2026-02-21T13:37:10.000Z","name":"Junius Abbott","mobile_number":"310-872-6681","email_id":"Winston_Osinski@yahoo.com","dop":"2025-05-30","serial_number":"1474084519410455","imei1":"1474084519410455","imei2":"1474084519410455","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193009,"job_number":"JOB_193009","tr_customer_id":193027,"tr_customer_product_id":193017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:51:52.000Z","modified_at":"2026-02-21T01:51:52.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123647","imei1":"96325874123647","imei2":"96325874123647","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193010,"job_number":"JOB_193010","tr_customer_id":193028,"tr_customer_product_id":193018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:30.000Z","modified_at":"2026-02-21T01:55:30.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"10104806434183","imei1":"10104806434183","imei2":"10104806434183","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193019,"job_number":"JOB_193019","tr_customer_id":193037,"tr_customer_product_id":193027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:47:38.000Z","modified_at":"2026-02-21T03:47:38.000Z","name":"Lloyd Stehr","mobile_number":"730-564-5254","email_id":"Jasper91@gmail.com","dop":"2026-02-02","serial_number":"19168432925975","imei1":"19168432925975","imei2":"19168432925975","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193036,"job_number":"JOB_193036","tr_customer_id":193054,"tr_customer_product_id":193044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:15.000Z","modified_at":"2026-02-21T04:16:15.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dexter.Medhurst@hotmail.com","dop":"2025-07-02","serial_number":"12842370285596","imei1":"12842370285596","imei2":"12842370285596","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193062,"job_number":"JOB_193062","tr_customer_id":193080,"tr_customer_product_id":193070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Dashawn.Padberg27@hotmail.com","dop":"2025-07-02","serial_number":"17394348247944","imei1":"17394348247944","imei2":"17394348247944","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193081,"job_number":"JOB_193081","tr_customer_id":193099,"tr_customer_product_id":193089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:50.000Z","modified_at":"2026-02-21T04:16:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madyson81@yahoo.com","dop":"2025-07-02","serial_number":"17369575998696","imei1":"17369575998696","imei2":"17369575998696","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193125,"job_number":"JOB_193125","tr_customer_id":193143,"tr_customer_product_id":193133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:30.000Z","modified_at":"2026-02-21T04:17:30.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111718623597519","imei1":"111718623597519","imei2":"111718623597519","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193126,"job_number":"JOB_193126","tr_customer_id":193144,"tr_customer_product_id":193134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Florida Smitham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198456073770967","imei1":"198456073770967","imei2":"198456073770967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193127,"job_number":"JOB_193127","tr_customer_id":193145,"tr_customer_product_id":193135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Nettie Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131642109384643","imei1":"131642109384643","imei2":"131642109384643","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193128,"job_number":"JOB_193128","tr_customer_id":193146,"tr_customer_product_id":193136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Hector Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198773321496222","imei1":"198773321496222","imei2":"198773321496222","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193136,"job_number":"JOB_193136","tr_customer_id":193154,"tr_customer_product_id":193144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:35.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102025479038925","imei1":"102025479038925","imei2":"102025479038925","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193138,"job_number":"JOB_193138","tr_customer_id":193156,"tr_customer_product_id":193146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:36.000Z","name":"Rex Gaylord","mobile_number":"364-216-1414","email_id":"Garnett_Stark@yahoo.com","dop":"2025-06-09","serial_number":"105304334932185","imei1":"105304334932185","imei2":"105304334932185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193143,"job_number":"JOB_193143","tr_customer_id":193161,"tr_customer_product_id":193151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11140477613811","imei1":"11140477613811","imei2":"11140477613811","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193146,"job_number":"JOB_193146","tr_customer_id":193164,"tr_customer_product_id":193154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:41.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186716192476871","imei1":"186716192476871","imei2":"186716192476871","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193148,"job_number":"JOB_193148","tr_customer_id":193166,"tr_customer_product_id":193156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Berta Marks","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165600717526229","imei1":"165600717526229","imei2":"165600717526229","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193150,"job_number":"JOB_193150","tr_customer_id":193168,"tr_customer_product_id":193158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jeremy Pollich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160747708752512","imei1":"160747708752512","imei2":"160747708752512","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193152,"job_number":"JOB_193152","tr_customer_id":193170,"tr_customer_product_id":193160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Santos Hackett","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139597104774913","imei1":"139597104774913","imei2":"139597104774913","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193187,"job_number":"JOB_193187","tr_customer_id":193205,"tr_customer_product_id":193195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102469542877406","imei1":"102469542877406","imei2":"102469542877406","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193190,"job_number":"JOB_193190","tr_customer_id":193208,"tr_customer_product_id":193198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Rupert Will","mobile_number":"458-949-1401","email_id":"Cory_DuBuque75@yahoo.com","dop":"2025-06-09","serial_number":"100871551647015","imei1":"100871551647015","imei2":"100871551647015","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193200,"job_number":"JOB_193200","tr_customer_id":193218,"tr_customer_product_id":193208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101527533272771","imei1":"101527533272771","imei2":"101527533272771","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193203,"job_number":"JOB_193203","tr_customer_id":193221,"tr_customer_product_id":193211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Demarco Doyle","mobile_number":"640-472-1111","email_id":"Reyes_Hettinger@yahoo.com","dop":"2025-06-09","serial_number":"104599248420048","imei1":"104599248420048","imei2":"104599248420048","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193044,"job_number":"JOB_193044","tr_customer_id":193062,"tr_customer_product_id":193052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10292309494622","imei1":"10292309494622","imei2":"10292309494622","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193052,"job_number":"JOB_193052","tr_customer_id":193070,"tr_customer_product_id":193060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Sierra Sawayn","mobile_number":"541-241-9529","email_id":"Willow.Farrell65@gmail.com","dop":"2000-01-31","serial_number":"1058654048623764","imei1":"1058654048623764","imei2":"1058654048623764","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193097,"job_number":"JOB_193097","tr_customer_id":193115,"tr_customer_product_id":193105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10352485471554","imei1":"10352485471554","imei2":"10352485471554","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193103,"job_number":"JOB_193103","tr_customer_id":193121,"tr_customer_product_id":193111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Winifred Hackett","mobile_number":"284-612-9973","email_id":"Gino_Effertz84@gmail.com","dop":"2000-01-31","serial_number":"1073478699062341","imei1":"1073478699062341","imei2":"1073478699062341","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193173,"job_number":"JOB_193173","tr_customer_id":193191,"tr_customer_product_id":193181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10733609826296","imei1":"10733609826296","imei2":"10733609826296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193184,"job_number":"JOB_193184","tr_customer_id":193202,"tr_customer_product_id":193192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Maximus MacGyver","mobile_number":"252-897-2756","email_id":"Mathias84@yahoo.com","dop":"2000-01-31","serial_number":"1042566965219949","imei1":"1042566965219949","imei2":"1042566965219949","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193227,"job_number":"JOB_193227","tr_customer_id":193245,"tr_customer_product_id":193235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:32.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10887437180877","imei1":"10887437180877","imei2":"10887437180877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193233,"job_number":"JOB_193233","tr_customer_id":193251,"tr_customer_product_id":193241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Jimmy Langosh","mobile_number":"895-964-6169","email_id":"Arnoldo75@yahoo.com","dop":"2000-01-31","serial_number":"1082126794662261","imei1":"1082126794662261","imei2":"1082126794662261","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 1cab85b1-b5ad-43f8-9ace-37a06f5a8fe1 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 866 |
| ETag | W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68105,"engineer_id":2}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2100784d-1be7-43de-ba1c-850ff08bbd7d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 49 |
{
"job_id": 193463,
"engineer_id": 2
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 54 |
| ETag | W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:18 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Engineer assigned successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTc3OTY4NzR9.oOffBEePaRooQ8Jat39JFNGK7WlH_2sQv03EtMFzQm8' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1f66f7-gVdVNYzsbtArQeNVbvrpUvuD5ig"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzZ9.xYGcSOPMc1E80u9Rhf1MfFFGM9c7t1g4H4KNbn5l3xQ |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 058b0f6b-65d0-4dc7-abd0-e085f0191a8c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"4896e-azevQUqmF73WXDCJZEIO7VSQs5c" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":192996,"job_number":"JOB_192996","tr_customer_id":193014,"tr_customer_product_id":193004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T20:55:35.000Z","modified_at":"2026-02-20T20:55:35.000Z","name":"Laxman Teli","mobile_number":"8446981010","email_id":"testlaxman@test1.com","dop":"2026-02-15","serial_number":"15549925191112","imei1":"15549925191112","imei2":"15549925191112","popurl":"2026-02-15T20:55:34.306507459Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T20:55:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193003,"job_number":"JOB_193003","tr_customer_id":193021,"tr_customer_product_id":193011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:48:03.000Z","modified_at":"2026-02-20T23:48:03.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-10","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-02-10T23:48:02.747563083Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T23:48:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193005,"job_number":"JOB_193005","tr_customer_id":193023,"tr_customer_product_id":193013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:50:30.000Z","modified_at":"2026-02-20T23:50:30.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-02-10","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-02-10T23:50:29.602318340Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-20T23:50:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193017,"job_number":"JOB_193017","tr_customer_id":193035,"tr_customer_product_id":193025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:26.000Z","modified_at":"2026-02-21T03:06:26.000Z","name":"Lura Marvin","mobile_number":"858-770-9293","email_id":"Berenice74@hotmail.com","dop":"2025-05-30","serial_number":"10859980173433","imei1":"10859980173433","imei2":"10859980173433","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193018,"job_number":"JOB_193018","tr_customer_id":193036,"tr_customer_product_id":193026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:27.000Z","modified_at":"2026-02-21T03:06:27.000Z","name":"Saige Zulauf","mobile_number":"623-701-8452","email_id":"River_McClure40@gmail.com","dop":"2025-05-30","serial_number":"1207095098824176","imei1":"1207095098824176","imei2":"1207095098824176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:06:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193023,"job_number":"JOB_193023","tr_customer_id":193041,"tr_customer_product_id":193031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:47.000Z","modified_at":"2026-02-21T04:15:47.000Z","name":"Murl Mills","mobile_number":"312-904-5832","email_id":"Olaf30@gmail.com","dop":"2025-04-06","serial_number":"10509623748874548","imei1":"10509623748874548","imei2":"10509623748874548","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:15:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193024,"job_number":"JOB_193024","tr_customer_id":193042,"tr_customer_product_id":193032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:02.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"16047097401298","imei1":"16047097401298","imei2":"16047097401298","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193026,"job_number":"JOB_193026","tr_customer_id":193044,"tr_customer_product_id":193034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"Granville Brekke","mobile_number":"670-568-4090","email_id":"Reyna_Becker@yahoo.com","dop":"2025-04-06","serial_number":"15696904534606366","imei1":"15696904534606366","imei2":"15696904534606366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193027,"job_number":"JOB_193027","tr_customer_id":193045,"tr_customer_product_id":193035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10623093696179","imei1":"10623093696179","imei2":"10623093696179","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193029,"job_number":"JOB_193029","tr_customer_id":193047,"tr_customer_product_id":193037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:05.000Z","modified_at":"2026-02-21T04:16:05.000Z","name":"Randall Bauch","mobile_number":"771-913-1554","email_id":"Ethel63@gmail.com","dop":"2025-06-18","serial_number":"1008056644102338","imei1":"1008056644102338","imei2":"1008056644102338","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193032,"job_number":"JOB_193032","tr_customer_id":193050,"tr_customer_product_id":193040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:10.000Z","name":"Russ Gottlieb","mobile_number":"932-786-5280","email_id":"Ariane.Volkman77@hotmail.com","dop":"2025-04-06","serial_number":"10486393736064074","imei1":"10486393736064074","imei2":"10486393736064074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193034,"job_number":"JOB_193034","tr_customer_id":193052,"tr_customer_product_id":193042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:11.000Z","name":"Jarrell Jacobs","mobile_number":"302-367-7099","email_id":"Gilbert_Kub@gmail.com","dop":"2025-04-06","serial_number":"10548351265717366","imei1":"10548351265717366","imei2":"10548351265717366","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193035,"job_number":"JOB_193035","tr_customer_id":193053,"tr_customer_product_id":193043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:13.000Z","modified_at":"2026-02-21T04:16:13.000Z","name":"Kaia Medhurst","mobile_number":"392-833-9644","email_id":"Chloe_Medhurst@hotmail.com","dop":"2025-04-06","serial_number":"13446534442754580","imei1":"13446534442754580","imei2":"13446534442754580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193038,"job_number":"JOB_193038","tr_customer_id":193056,"tr_customer_product_id":193046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12508407984580","imei1":"12508407984580","imei2":"12508407984580","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193039,"job_number":"JOB_193039","tr_customer_id":193057,"tr_customer_product_id":193047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"jatin sharma","mobile_number":"9078665544","email_id":"jtsharma@gmail.com","dop":"2025-02-01","serial_number":"73265807448025","imei1":"73265807448025","imei2":"73265807448025","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193041,"job_number":"JOB_193041","tr_customer_id":193059,"tr_customer_product_id":193049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:23.000Z","modified_at":"2026-02-21T04:16:23.000Z","name":"Hollis Connelly","mobile_number":"234-332-0349","email_id":"Mohamed.Funk@yahoo.com","dop":"2025-02-01","serial_number":"101372864166084","imei1":"101372864166084","imei2":"101372864166084","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193042,"job_number":"JOB_193042","tr_customer_id":193060,"tr_customer_product_id":193050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Nelda Dooley","mobile_number":"914-742-8570","email_id":"Shyanne_Jacobs42@hotmail.com","dop":"2025-04-06","serial_number":"13629341488168080","imei1":"13629341488168080","imei2":"13629341488168080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193046,"job_number":"JOB_193046","tr_customer_id":193064,"tr_customer_product_id":193054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15424702984662","imei1":"15424702984662","imei2":"15424702984662","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193049,"job_number":"JOB_193049","tr_customer_id":193067,"tr_customer_product_id":193057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17279793692338","imei1":"17279793692338","imei2":"17279793692338","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193050,"job_number":"JOB_193050","tr_customer_id":193068,"tr_customer_product_id":193058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:25.000Z","name":"Theodore Brown","mobile_number":"935-973-1677","email_id":"Dominique43@yahoo.com","dop":"2025-04-06","serial_number":"10336500825209122","imei1":"10336500825209122","imei2":"10336500825209122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193053,"job_number":"JOB_193053","tr_customer_id":193071,"tr_customer_product_id":193061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Gordon Dach","mobile_number":"835-874-9193","email_id":"Brody_McLaughlin70@yahoo.com","dop":"2025-04-06","serial_number":"13389026948382688","imei1":"13389026948382688","imei2":"13389026948382688","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193054,"job_number":"JOB_193054","tr_customer_id":193072,"tr_customer_product_id":193062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:27.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"Ruth Trantow","mobile_number":"917-693-4488","email_id":"Madison.Beier@hotmail.com","dop":"2025-04-06","serial_number":"13777604584447708","imei1":"13777604584447708","imei2":"13777604584447708","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193055,"job_number":"JOB_193055","tr_customer_id":193073,"tr_customer_product_id":193063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:16:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19960110656377","imei1":"19960110656377","imei2":"19960110656377","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193058,"job_number":"JOB_193058","tr_customer_id":193076,"tr_customer_product_id":193066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:30.000Z","modified_at":"2026-02-21T04:16:30.000Z","name":"Mertie Bernier","mobile_number":"873-837-7772","email_id":"Herminio.Crona@hotmail.com","dop":"2025-04-06","serial_number":"17199690239644716","imei1":"17199690239644716","imei2":"17199690239644716","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193059,"job_number":"JOB_193059","tr_customer_id":193077,"tr_customer_product_id":193067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:16:32.000Z","name":"Sravan V","mobile_number":"8492453456","email_id":"srav@gmail.com","dop":"2025-12-31","serial_number":"108693033616034","imei1":"108693033616034","imei2":"108693033616034","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193061,"job_number":"JOB_193061","tr_customer_id":193079,"tr_customer_product_id":193069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Onkar Bhole","mobile_number":"7046563552","email_id":"Onkarbhole@gmail.com","dop":"2025-04-06","serial_number":"15983902967116","imei1":"15983902967116","imei2":"15983902967116","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193064,"job_number":"JOB_193064","tr_customer_id":193082,"tr_customer_product_id":193072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:34.000Z","modified_at":"2026-02-21T04:16:34.000Z","name":"Vickie Davis","mobile_number":"615-661-5601","email_id":"Eliezer_Jakubowski@hotmail.com","dop":"2025-04-06","serial_number":"10075163893208752","imei1":"10075163893208752","imei2":"10075163893208752","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193066,"job_number":"JOB_193066","tr_customer_id":193084,"tr_customer_product_id":193074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"51923401713989","imei1":"51923401713989","imei2":"51923401713989","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193070,"job_number":"JOB_193070","tr_customer_id":193088,"tr_customer_product_id":193078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:16:41.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11127868846154","imei1":"11127868846154","imei2":"11127868846154","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193072,"job_number":"JOB_193072","tr_customer_id":193090,"tr_customer_product_id":193080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:42.000Z","modified_at":"2026-02-21T04:16:42.000Z","name":"Remington Pagac","mobile_number":"457-262-8309","email_id":"Marjory87@gmail.com","dop":"2025-08-24","serial_number":"1033788857001239","imei1":"1033788857001239","imei2":"1033788857001239","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193074,"job_number":"JOB_193074","tr_customer_id":193092,"tr_customer_product_id":193082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10641744775262","imei1":"10641744775262","imei2":"10641744775262","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193076,"job_number":"JOB_193076","tr_customer_id":193094,"tr_customer_product_id":193084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Ansley Aufderhar","mobile_number":"383-419-1781","email_id":"Hope18@yahoo.com","dop":"2025-06-18","serial_number":"1040852223307872","imei1":"1040852223307872","imei2":"1040852223307872","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193077,"job_number":"JOB_193077","tr_customer_id":193095,"tr_customer_product_id":193085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:16:47.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"13671560945084","imei1":"13671560945084","imei2":"13671560945084","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193080,"job_number":"JOB_193080","tr_customer_id":193098,"tr_customer_product_id":193088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Lawrence Ziemann","mobile_number":"473-993-6842","email_id":"Colleen.Wunsch@yahoo.com","dop":"2025-04-06","serial_number":"12856652064650162","imei1":"12856652064650162","imei2":"12856652064650162","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193082,"job_number":"JOB_193082","tr_customer_id":193100,"tr_customer_product_id":193090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15907905525273","imei1":"15907905525273","imei2":"15907905525273","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193084,"job_number":"JOB_193084","tr_customer_id":193102,"tr_customer_product_id":193092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:01.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Arpit B","mobile_number":"7089675432","email_id":"jatins78@gmail.com","dop":"2025-02-01","serial_number":"1236786543278777","imei1":"1236786543278988","imei2":"1236786543278988","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193085,"job_number":"JOB_193085","tr_customer_id":193103,"tr_customer_product_id":193093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Alexane Davis","mobile_number":"563-584-1064","email_id":"Marianna59@hotmail.com","dop":"2025-04-06","serial_number":"17184249221021492","imei1":"17184249221021492","imei2":"17184249221021492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193086,"job_number":"JOB_193086","tr_customer_id":193104,"tr_customer_product_id":193094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12324693234785","imei1":"12324693234785","imei2":"12324693234785","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193088,"job_number":"JOB_193088","tr_customer_id":193106,"tr_customer_product_id":193096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12062311964949","imei1":"12062311964949","imei2":"12062311964949","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193090,"job_number":"JOB_193090","tr_customer_id":193108,"tr_customer_product_id":193098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:03.000Z","name":"Elmore Erdman","mobile_number":"645-225-5907","email_id":"Isom_Hagenes@yahoo.com","dop":"2025-04-06","serial_number":"18323072324897560","imei1":"18323072324897560","imei2":"18323072324897560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193091,"job_number":"JOB_193091","tr_customer_id":193109,"tr_customer_product_id":193099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Logan Koepp","mobile_number":"806-588-4350","email_id":"Jessie.Gleason@gmail.com","dop":"2025-04-06","serial_number":"12624938413142010","imei1":"12624938413142010","imei2":"12624938413142010","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193092,"job_number":"JOB_193092","tr_customer_id":193110,"tr_customer_product_id":193100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"uday p","mobile_number":"8767654322","email_id":"udayp@gmail.com","dop":"2025-02-01","serial_number":"72384497703919","imei1":"72384497703919","imei2":"72384497703919","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193093,"job_number":"JOB_193093","tr_customer_id":193111,"tr_customer_product_id":193101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:05.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Olaf Larkin","mobile_number":"852-826-5889","email_id":"Alfred.Gutkowski@hotmail.com","dop":"2025-02-01","serial_number":"28361133767265","imei1":"28361133767265","imei2":"28361133767265","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193094,"job_number":"JOB_193094","tr_customer_id":193112,"tr_customer_product_id":193102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10252196014651","imei1":"10252196014651","imei2":"10252196014651","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193095,"job_number":"JOB_193095","tr_customer_id":193113,"tr_customer_product_id":193103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Uday Raj","mobile_number":"9834786543","email_id":"uday.r@gmail.com","dop":"2025-02-01","serial_number":"90670693293368900","imei1":"90670693293368900","imei2":"90670693293368900","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193099,"job_number":"JOB_193099","tr_customer_id":193117,"tr_customer_product_id":193107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"15115258180098","imei1":"15115258180098","imei2":"15115258180098","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193102,"job_number":"JOB_193102","tr_customer_id":193120,"tr_customer_product_id":193110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Kaci Thompson","mobile_number":"968-354-6043","email_id":"Adriana6@yahoo.com","dop":"2025-04-06","serial_number":"16435918230813460","imei1":"16435918230813460","imei2":"16435918230813460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193104,"job_number":"JOB_193104","tr_customer_id":193122,"tr_customer_product_id":193112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Erik Okuneva","mobile_number":"677-525-3062","email_id":"Curt.Harvey@hotmail.com","dop":"2025-04-06","serial_number":"18609497269105944","imei1":"18609497269105944","imei2":"18609497269105944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193105,"job_number":"JOB_193105","tr_customer_id":193123,"tr_customer_product_id":193113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19458598734134","imei1":"19458598734134","imei2":"19458598734134","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193106,"job_number":"JOB_193106","tr_customer_id":193124,"tr_customer_product_id":193114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:09.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"21966894138347","imei1":"21966894138347","imei2":"21966894138347","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193109,"job_number":"JOB_193109","tr_customer_id":193127,"tr_customer_product_id":193117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:10.000Z","modified_at":"2026-02-21T04:17:10.000Z","name":"Olen Koch","mobile_number":"591-682-8102","email_id":"Shania_Kshlerin@yahoo.com","dop":"2025-04-06","serial_number":"19775459590342056","imei1":"19775459590342056","imei2":"19775459590342056","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193110,"job_number":"JOB_193110","tr_customer_id":193128,"tr_customer_product_id":193118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"Srav k","mobile_number":"8492443456","email_id":"sravanh@gmail.com","dop":"2025-12-31","serial_number":"105441135730553","imei1":"105441135730553","imei2":"105441135730553","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193112,"job_number":"JOB_193112","tr_customer_id":193130,"tr_customer_product_id":193120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:14.000Z","name":"dora p","mobile_number":"9321435112","email_id":"dora@gmail.com","dop":"2025-04-06","serial_number":"12505689351087","imei1":"12505689351087","imei2":"12505689351087","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193114,"job_number":"JOB_193114","tr_customer_id":193132,"tr_customer_product_id":193122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:16.000Z","name":"Robb Stiedemann","mobile_number":"939-700-2291","email_id":"Carlotta.Schaefer68@hotmail.com","dop":"2025-04-06","serial_number":"14490891712908832","imei1":"14490891712908832","imei2":"14490891712908832","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193116,"job_number":"JOB_193116","tr_customer_id":193134,"tr_customer_product_id":193124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:18.000Z","modified_at":"2026-02-21T04:17:18.000Z","name":"Gardner Marks","mobile_number":"507-631-0032","email_id":"Mary.Sauer@hotmail.com","dop":"2025-04-06","serial_number":"14627840547069910","imei1":"14627840547069910","imei2":"14627840547069910","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193118,"job_number":"JOB_193118","tr_customer_id":193136,"tr_customer_product_id":193126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:22.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15181623957492","imei1":"15181623957492","imei2":"15181623957492","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193120,"job_number":"JOB_193120","tr_customer_id":193138,"tr_customer_product_id":193128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Cordell Rogahn","mobile_number":"463-411-8138","email_id":"Marilie87@gmail.com","dop":"2025-04-06","serial_number":"12667157820065512","imei1":"12667157820065512","imei2":"12667157820065512","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193121,"job_number":"JOB_193121","tr_customer_id":193139,"tr_customer_product_id":193129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:23.000Z","modified_at":"2026-02-21T04:17:23.000Z","name":"Benny Weimann","mobile_number":"815-833-7335","email_id":"Robyn.Jerde@gmail.com","dop":"2025-04-06","serial_number":"14871555576593792","imei1":"14871555576593792","imei2":"14871555576593792","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193122,"job_number":"JOB_193122","tr_customer_id":193140,"tr_customer_product_id":193130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:17:27.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"13322873318033","imei1":"13322873318033","imei2":"13322873318033","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193124,"job_number":"JOB_193124","tr_customer_id":193142,"tr_customer_product_id":193132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:29.000Z","modified_at":"2026-02-21T04:17:29.000Z","name":"Marianne Cormier","mobile_number":"720-380-5078","email_id":"Ethan.Gutmann87@hotmail.com","dop":"2025-08-24","serial_number":"1033212197448764","imei1":"1033212197448764","imei2":"1033212197448764","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193129,"job_number":"JOB_193129","tr_customer_id":193147,"tr_customer_product_id":193137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18987491582264","imei1":"18987491582264","imei2":"18987491582264","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193130,"job_number":"JOB_193130","tr_customer_id":193148,"tr_customer_product_id":193138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:17:32.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"16149311112045","imei1":"16149311112045","imei2":"16149311112045","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193133,"job_number":"JOB_193133","tr_customer_id":193151,"tr_customer_product_id":193141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Samara Sawayn","mobile_number":"370-545-7507","email_id":"Litzy.Russel37@yahoo.com","dop":"2025-04-06","serial_number":"12556340882426028","imei1":"12556340882426028","imei2":"12556340882426028","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193134,"job_number":"JOB_193134","tr_customer_id":193152,"tr_customer_product_id":193142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:33.000Z","modified_at":"2026-02-21T04:17:33.000Z","name":"Ebony Wilkinson","mobile_number":"447-483-8661","email_id":"Jayden83@yahoo.com","dop":"2025-04-06","serial_number":"15786767452854180","imei1":"15786767452854180","imei2":"15786767452854180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193139,"job_number":"JOB_193139","tr_customer_id":193157,"tr_customer_product_id":193147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:37.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12788357883888","imei1":"12788357883888","imei2":"12788357883888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193142,"job_number":"JOB_193142","tr_customer_id":193160,"tr_customer_product_id":193150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"44421830000780","imei1":"44421830000780","imei2":"44421830000780","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193145,"job_number":"JOB_193145","tr_customer_id":193163,"tr_customer_product_id":193153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:39.000Z","modified_at":"2026-02-21T04:17:39.000Z","name":"Letha O'Conner","mobile_number":"887-504-1787","email_id":"Isac_Torphy29@gmail.com","dop":"2025-04-06","serial_number":"14301530854358458","imei1":"14301530854358458","imei2":"14301530854358458","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193147,"job_number":"JOB_193147","tr_customer_id":193165,"tr_customer_product_id":193155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17295923381531","imei1":"17295923381531","imei2":"17295923381531","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193151,"job_number":"JOB_193151","tr_customer_id":193169,"tr_customer_product_id":193159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18476711182340","imei1":"18476711182340","imei2":"18476711182340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193154,"job_number":"JOB_193154","tr_customer_id":193172,"tr_customer_product_id":193162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"Blanca Gleason","mobile_number":"969-727-5386","email_id":"Andrew.Kuvalis82@gmail.com","dop":"2025-04-06","serial_number":"16477449818137826","imei1":"16477449818137826","imei2":"16477449818137826","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193155,"job_number":"JOB_193155","tr_customer_id":193173,"tr_customer_product_id":193163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:43.000Z","modified_at":"2026-02-21T04:17:43.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19174218657898","imei1":"19174218657898","imei2":"19174218657898","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193157,"job_number":"JOB_193157","tr_customer_id":193175,"tr_customer_product_id":193165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:17:44.000Z","name":"Jarrod Armstrong","mobile_number":"751-702-1094","email_id":"Douglas_Hoeger95@yahoo.com","dop":"2025-04-06","serial_number":"15475639681592916","imei1":"15475639681592916","imei2":"15475639681592916","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193158,"job_number":"JOB_193158","tr_customer_id":193176,"tr_customer_product_id":193166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17444251516588","imei1":"17444251516588","imei2":"17444251516588","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193159,"job_number":"JOB_193159","tr_customer_id":193177,"tr_customer_product_id":193167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:17:45.000Z","name":"Giovanna Adams","mobile_number":"785-802-8056","email_id":"Enid_Wuckert86@gmail.com","dop":"2025-04-06","serial_number":"15340753595396888","imei1":"15340753595396888","imei2":"15340753595396888","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193161,"job_number":"JOB_193161","tr_customer_id":193179,"tr_customer_product_id":193169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13443452737054","imei1":"13443452737054","imei2":"13443452737054","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193163,"job_number":"JOB_193163","tr_customer_id":193181,"tr_customer_product_id":193171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Sophia Will","mobile_number":"543-347-8341","email_id":"Andreanne.Streich90@gmail.com","dop":"2025-04-06","serial_number":"11293858017259926","imei1":"11293858017259926","imei2":"11293858017259926","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193164,"job_number":"JOB_193164","tr_customer_id":193182,"tr_customer_product_id":193172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14556554306424","imei1":"14556554306424","imei2":"14556554306424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193165,"job_number":"JOB_193165","tr_customer_id":193183,"tr_customer_product_id":193173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Roy Haag","mobile_number":"443-364-0046","email_id":"Mohammad80@yahoo.com","dop":"2025-04-06","serial_number":"19646370410964584","imei1":"19646370410964584","imei2":"19646370410964584","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193167,"job_number":"JOB_193167","tr_customer_id":193185,"tr_customer_product_id":193175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"kajal meet","mobile_number":"9988776655","email_id":"kajalm@gmail.com","dop":"2025-02-01","serial_number":"72839145949182","imei1":"72839145949182","imei2":"72839145949182","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193168,"job_number":"JOB_193168","tr_customer_id":193186,"tr_customer_product_id":193176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15641695265043","imei1":"15641695265043","imei2":"15641695265043","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193169,"job_number":"JOB_193169","tr_customer_id":193187,"tr_customer_product_id":193177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Jalen Mueller","mobile_number":"601-634-4726","email_id":"Antonia.Doyle@hotmail.com","dop":"2025-02-01","serial_number":"24641452156276","imei1":"24641452156276","imei2":"24641452156276","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193171,"job_number":"JOB_193171","tr_customer_id":193189,"tr_customer_product_id":193179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10206920379242","imei1":"10206920379242","imei2":"10206920379242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193172,"job_number":"JOB_193172","tr_customer_id":193190,"tr_customer_product_id":193180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Davonte Waelchi","mobile_number":"753-374-8340","email_id":"Daisha4@yahoo.com","dop":"2025-04-06","serial_number":"11345374607350872","imei1":"11345374607350872","imei2":"11345374607350872","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193175,"job_number":"JOB_193175","tr_customer_id":193193,"tr_customer_product_id":193183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Obie Farrell","mobile_number":"225-328-1271","email_id":"Mallory.Towne21@hotmail.com","dop":"2025-04-06","serial_number":"12764157622615460","imei1":"12764157622615460","imei2":"12764157622615460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193177,"job_number":"JOB_193177","tr_customer_id":193195,"tr_customer_product_id":193185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"17758598401419","imei1":"17758598401419","imei2":"17758598401419","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193181,"job_number":"JOB_193181","tr_customer_id":193199,"tr_customer_product_id":193189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Lew Casper","mobile_number":"448-505-7726","email_id":"Rosalia32@yahoo.com","dop":"2025-04-06","serial_number":"17916710695752728","imei1":"17916710695752728","imei2":"17916710695752728","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193182,"job_number":"JOB_193182","tr_customer_id":193200,"tr_customer_product_id":193190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Prudvikishore Darsi","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"17227177929098","imei1":"17227177929098","imei2":"117227177929098","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193183,"job_number":"JOB_193183","tr_customer_id":193201,"tr_customer_product_id":193191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"neeraj v","mobile_number":"9182460199","email_id":"neeraj.v@outlook.com","dop":"2025-04-06","serial_number":"12418267001260","imei1":"12418267001260","imei2":"12418267001260","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193186,"job_number":"JOB_193186","tr_customer_id":193204,"tr_customer_product_id":193194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Jeffrey Kutch","mobile_number":"777-276-1961","email_id":"Susie.Kiehn3@yahoo.com","dop":"2025-04-06","serial_number":"16836129633761616","imei1":"16836129633761616","imei2":"16836129633761616","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193188,"job_number":"JOB_193188","tr_customer_id":193206,"tr_customer_product_id":193196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"194408713490817","imei1":"194408713490817","imei2":"1194408713490817","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193191,"job_number":"JOB_193191","tr_customer_id":193209,"tr_customer_product_id":193199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Dina Corwin","mobile_number":"945-623-3773","email_id":"Jaime.Russel17@gmail.com","dop":"2025-04-06","serial_number":"11094795982668714","imei1":"11094795982668714","imei2":"11094795982668714","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193193,"job_number":"JOB_193193","tr_customer_id":193211,"tr_customer_product_id":193201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"ravan V","mobile_number":"8492453457","email_id":"rav@gmail.com","dop":"2025-12-31","serial_number":"109066025130508","imei1":"109066025130508","imei2":"109066025130508","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193195,"job_number":"JOB_193195","tr_customer_id":193213,"tr_customer_product_id":193203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:17:56.000Z","name":"pradnya t","mobile_number":"7046563551","email_id":"pradnya@gmail.com","dop":"2025-04-06","serial_number":"11465037888513","imei1":"11465037888513","imei2":"11465037888513","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193197,"job_number":"JOB_193197","tr_customer_id":193215,"tr_customer_product_id":193205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:58.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Milo Spencer","mobile_number":"806-732-0460","email_id":"Brisa.Ortiz15@hotmail.com","dop":"2025-04-06","serial_number":"19510057915385348","imei1":"19510057915385348","imei2":"19510057915385348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193199,"job_number":"JOB_193199","tr_customer_id":193217,"tr_customer_product_id":193207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11226916724196","imei1":"11226916724196","imei2":"11226916724196","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193204,"job_number":"JOB_193204","tr_customer_id":193222,"tr_customer_product_id":193212,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:09.000Z","modified_at":"2026-02-21T04:18:09.000Z","name":"Carter Ratke","mobile_number":"415-251-5254","email_id":"Alayna83@hotmail.com","dop":"2025-04-06","serial_number":"12943690765773460","imei1":"12943690765773460","imei2":"12943690765773460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193206,"job_number":"JOB_193206","tr_customer_id":193224,"tr_customer_product_id":193214,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"15021347736976","imei1":"15021347736976","imei2":"15021347736976","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193208,"job_number":"JOB_193208","tr_customer_id":193226,"tr_customer_product_id":193216,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16538052027316","imei1":"16538052027316","imei2":"16538052027316","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193210,"job_number":"JOB_193210","tr_customer_id":193228,"tr_customer_product_id":193218,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:16.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Filomena Brakus","mobile_number":"709-506-8756","email_id":"Edyth_Schinner37@hotmail.com","dop":"2025-08-24","serial_number":"1068564094075055","imei1":"1068564094075055","imei2":"1068564094075055","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193211,"job_number":"JOB_193211","tr_customer_id":193229,"tr_customer_product_id":193219,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:17.000Z","modified_at":"2026-02-21T04:18:17.000Z","name":"Keegan Blick","mobile_number":"451-538-5670","email_id":"Albert_Frami88@gmail.com","dop":"2025-04-06","serial_number":"16526250177960732","imei1":"16526250177960732","imei2":"16526250177960732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193212,"job_number":"JOB_193212","tr_customer_id":193230,"tr_customer_product_id":193220,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:21.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19419154172062","imei1":"19419154172062","imei2":"19419154172062","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193214,"job_number":"JOB_193214","tr_customer_id":193232,"tr_customer_product_id":193222,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:23.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Ebony Konopelski","mobile_number":"379-677-9901","email_id":"Rebeka_Rohan23@hotmail.com","dop":"2025-04-06","serial_number":"15666292130020144","imei1":"15666292130020144","imei2":"15666292130020144","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193215,"job_number":"JOB_193215","tr_customer_id":193233,"tr_customer_product_id":193223,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:24.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12923581199954","imei1":"12923581199954","imei2":"12923581199954","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193217,"job_number":"JOB_193217","tr_customer_id":193235,"tr_customer_product_id":193225,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13511130314133","imei1":"13511130314133","imei2":"13511130314133","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193219,"job_number":"JOB_193219","tr_customer_id":193237,"tr_customer_product_id":193227,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:26.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Alycia Lockman","mobile_number":"719-423-1989","email_id":"Evelyn_Rosenbaum@hotmail.com","dop":"2025-04-06","serial_number":"13015713709632008","imei1":"13015713709632008","imei2":"13015713709632008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193220,"job_number":"JOB_193220","tr_customer_id":193238,"tr_customer_product_id":193228,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:27.000Z","modified_at":"2026-02-21T04:18:27.000Z","name":"Kay Lang","mobile_number":"728-479-7780","email_id":"Brant.Grimes82@yahoo.com","dop":"2025-04-06","serial_number":"15564062256417064","imei1":"15564062256417064","imei2":"15564062256417064","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193221,"job_number":"JOB_193221","tr_customer_id":193239,"tr_customer_product_id":193229,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:29.000Z","modified_at":"2026-02-21T04:18:29.000Z","name":"jatin kumar","mobile_number":"9916519842","email_id":"jatin@gmail.com","dop":"2026-01-04","serial_number":"12638424362370","imei1":"12638424362370","imei2":"112638424362370","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193222,"job_number":"JOB_193222","tr_customer_id":193240,"tr_customer_product_id":193230,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"18570618168458","imei1":"18570618168458","imei2":"118570618168458","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193223,"job_number":"JOB_193223","tr_customer_id":193241,"tr_customer_product_id":193231,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:18:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16012851380641","imei1":"16012851380641","imei2":"16012851380641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193226,"job_number":"JOB_193226","tr_customer_id":193244,"tr_customer_product_id":193234,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:31.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Adrian Zieme","mobile_number":"328-776-8369","email_id":"Johnathon43@gmail.com","dop":"2025-04-06","serial_number":"13671793343644700","imei1":"13671793343644700","imei2":"13671793343644700","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193228,"job_number":"JOB_193228","tr_customer_id":193246,"tr_customer_product_id":193236,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19111901357762","imei1":"19111901357762","imei2":"19111901357762","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193231,"job_number":"JOB_193231","tr_customer_id":193249,"tr_customer_product_id":193239,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:18:33.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"13095132517183","imei1":"13095132517183","imei2":"13095132517183","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193234,"job_number":"JOB_193234","tr_customer_id":193252,"tr_customer_product_id":193242,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Unique Klein","mobile_number":"509-958-5251","email_id":"Aurelia_Carter@yahoo.com","dop":"2025-04-06","serial_number":"11286122444010518","imei1":"11286122444010518","imei2":"11286122444010518","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193235,"job_number":"JOB_193235","tr_customer_id":193253,"tr_customer_product_id":193243,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"viraj kumar","mobile_number":"7982896126","email_id":"virajkumar@gmail.com","dop":"2025-04-06","serial_number":"19546877972077","imei1":"19546877972077","imei2":"19546877972077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193236,"job_number":"JOB_193236","tr_customer_id":193254,"tr_customer_product_id":193244,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:18:35.000Z","name":"Lina Harber","mobile_number":"433-284-8822","email_id":"Vanessa_Jacobson27@yahoo.com","dop":"2025-04-06","serial_number":"15176472650643014","imei1":"15176472650643014","imei2":"15176472650643014","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193238,"job_number":"JOB_193238","tr_customer_id":193256,"tr_customer_product_id":193246,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:36.000Z","modified_at":"2026-02-21T04:18:36.000Z","name":"Carolyn Wyman","mobile_number":"356-340-5675","email_id":"Sibyl_Hodkiewicz60@yahoo.com","dop":"2025-04-06","serial_number":"11521208348430104","imei1":"11521208348430104","imei2":"11521208348430104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193239,"job_number":"JOB_193239","tr_customer_id":193257,"tr_customer_product_id":193247,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:18:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19811677617989","imei1":"19811677617989","imei2":"19811677617989","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193241,"job_number":"JOB_193241","tr_customer_id":193259,"tr_customer_product_id":193249,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:55.000Z","modified_at":"2026-02-21T04:18:55.000Z","name":"Watson Wisoky","mobile_number":"249-626-9028","email_id":"Alexa95@yahoo.com","dop":"2025-04-06","serial_number":"11057781569965322","imei1":"11057781569965322","imei2":"11057781569965322","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193242,"job_number":"JOB_193242","tr_customer_id":193260,"tr_customer_product_id":193250,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10383306459848","imei1":"10383306459848","imei2":"10383306459848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193244,"job_number":"JOB_193244","tr_customer_id":193262,"tr_customer_product_id":193252,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:00.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Hudson Glover","mobile_number":"813-530-1770","email_id":"Selina69@hotmail.com","dop":"2025-04-06","serial_number":"16922682165508476","imei1":"16922682165508476","imei2":"16922682165508476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193245,"job_number":"JOB_193245","tr_customer_id":193263,"tr_customer_product_id":193253,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:05.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16268405233997","imei1":"16268405233997","imei2":"16268405233997","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193247,"job_number":"JOB_193247","tr_customer_id":193265,"tr_customer_product_id":193255,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18627518569825","imei1":"18627518569825","imei2":"18627518569825","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193248,"job_number":"JOB_193248","tr_customer_id":193266,"tr_customer_product_id":193256,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:06.000Z","modified_at":"2026-02-21T04:19:06.000Z","name":"Providenci Carroll","mobile_number":"402-732-0954","email_id":"Hobart51@yahoo.com","dop":"2025-04-06","serial_number":"14845817504655544","imei1":"14845817504655544","imei2":"14845817504655544","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193249,"job_number":"JOB_193249","tr_customer_id":193267,"tr_customer_product_id":193257,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:07.000Z","name":"kishore kumar","mobile_number":"9916519843","email_id":"kishore@gmail.com","dop":"2026-01-04","serial_number":"16643799213872","imei1":"16643799213872","imei2":"116643799213872","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193251,"job_number":"JOB_193251","tr_customer_id":193269,"tr_customer_product_id":193259,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"124358603291322","imei1":"124358603291322","imei2":"1124358603291322","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193252,"job_number":"JOB_193252","tr_customer_id":193270,"tr_customer_product_id":193260,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Christ Labadie","mobile_number":"617-475-4291","email_id":"Burnice.Fahey48@gmail.com","dop":"2025-04-06","serial_number":"13901422640897206","imei1":"13901422640897206","imei2":"13901422640897206","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193254,"job_number":"JOB_193254","tr_customer_id":193272,"tr_customer_product_id":193262,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13038756759096","imei1":"13038756759096","imei2":"13038756759096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193256,"job_number":"JOB_193256","tr_customer_id":193274,"tr_customer_product_id":193264,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:10.000Z","modified_at":"2026-02-21T04:19:10.000Z","name":"Providenci Jenkins","mobile_number":"864-858-0510","email_id":"Amalia_Orn13@yahoo.com","dop":"2025-04-06","serial_number":"14690447889379968","imei1":"14690447889379968","imei2":"14690447889379968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193257,"job_number":"JOB_193257","tr_customer_id":193275,"tr_customer_product_id":193265,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:17.000Z","modified_at":"2026-02-21T04:19:17.000Z","name":"udai t","mobile_number":"8019800593","email_id":"udai.t@gmail.com","dop":"2025-04-06","serial_number":"18179597064352","imei1":"18179597064352","imei2":"18179597064352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193259,"job_number":"JOB_193259","tr_customer_id":193277,"tr_customer_product_id":193267,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:19.000Z","modified_at":"2026-02-21T04:19:19.000Z","name":"Ford Schimmel","mobile_number":"424-313-8740","email_id":"Leta_Keebler@hotmail.com","dop":"2025-04-06","serial_number":"15218672295178836","imei1":"15218672295178836","imei2":"15218672295178836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193260,"job_number":"JOB_193260","tr_customer_id":193278,"tr_customer_product_id":193268,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:45.000Z","modified_at":"2026-02-21T04:19:45.000Z","name":"PrudviKishore D","mobile_number":"9916519841","email_id":"prudvikishore@gmail.com","dop":"2026-01-04","serial_number":"465788618917733","imei1":"465788618917733","imei2":"1465788618917733","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:19:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193262,"job_number":"JOB_193262","tr_customer_id":193280,"tr_customer_product_id":193270,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"94613706699650","imei1":"94613706699650","imei2":"94613706699650","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193263,"job_number":"JOB_193263","tr_customer_id":193281,"tr_customer_product_id":193271,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:00.000Z","modified_at":"2026-02-21T04:23:00.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"39710152773976","imei1":"39710152773976","imei2":"39710152773976","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193264,"job_number":"JOB_193264","tr_customer_id":193282,"tr_customer_product_id":193272,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"68389857121207","imei1":"68389857121207","imei2":"68389857121207","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193265,"job_number":"JOB_193265","tr_customer_id":193283,"tr_customer_product_id":193273,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"41582658091160","imei1":"41582658091160","imei2":"41582658091160","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193266,"job_number":"JOB_193266","tr_customer_id":193284,"tr_customer_product_id":193274,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"35464850622599","imei1":"35464850622599","imei2":"35464850622599","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193267,"job_number":"JOB_193267","tr_customer_id":193285,"tr_customer_product_id":193275,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:01.000Z","modified_at":"2026-02-21T04:23:01.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"47578739436786","imei1":"47578739436786","imei2":"47578739436786","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193269,"job_number":"JOB_193269","tr_customer_id":193287,"tr_customer_product_id":193277,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83864129542703","imei1":"83864129542703","imei2":"83864129542703","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193270,"job_number":"JOB_193270","tr_customer_id":193288,"tr_customer_product_id":193278,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:28.000Z","modified_at":"2026-02-21T04:23:28.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"81432361898285","imei1":"81432361898285","imei2":"81432361898285","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193271,"job_number":"JOB_193271","tr_customer_id":193289,"tr_customer_product_id":193279,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"76518970407132","imei1":"76518970407132","imei2":"76518970407132","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193272,"job_number":"JOB_193272","tr_customer_id":193290,"tr_customer_product_id":193280,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"42015010723959","imei1":"42015010723959","imei2":"42015010723959","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193273,"job_number":"JOB_193273","tr_customer_id":193291,"tr_customer_product_id":193281,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"77929729566074","imei1":"77929729566074","imei2":"77929729566074","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193274,"job_number":"JOB_193274","tr_customer_id":193292,"tr_customer_product_id":193282,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:29.000Z","modified_at":"2026-02-21T04:23:29.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53362810062978","imei1":"53362810062978","imei2":"53362810062978","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193276,"job_number":"JOB_193276","tr_customer_id":193294,"tr_customer_product_id":193284,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"66851271523103","imei1":"66851271523103","imei2":"66851271523103","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193277,"job_number":"JOB_193277","tr_customer_id":193295,"tr_customer_product_id":193285,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"54079663136425","imei1":"54079663136425","imei2":"54079663136425","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193278,"job_number":"JOB_193278","tr_customer_id":193296,"tr_customer_product_id":193286,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:56.000Z","modified_at":"2026-02-21T04:23:56.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"36060468904580","imei1":"36060468904580","imei2":"36060468904580","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193279,"job_number":"JOB_193279","tr_customer_id":193297,"tr_customer_product_id":193287,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20144822071919","imei1":"20144822071919","imei2":"20144822071919","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193280,"job_number":"JOB_193280","tr_customer_id":193298,"tr_customer_product_id":193288,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"12388575627601","imei1":"12388575627601","imei2":"12388575627601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193281,"job_number":"JOB_193281","tr_customer_id":193299,"tr_customer_product_id":193289,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:23:57.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"40241229487391","imei1":"40241229487391","imei2":"40241229487391","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:23:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193283,"job_number":"JOB_193283","tr_customer_id":193301,"tr_customer_product_id":193291,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:23.000Z","modified_at":"2026-02-21T04:36:23.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"27165971875310","imei1":"27165971875310","imei2":"27165971875310","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193285,"job_number":"JOB_193285","tr_customer_id":193303,"tr_customer_product_id":193293,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:36:56.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"27385658375274","imei1":"27385658375274","imei2":"27385658375274","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:36:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193287,"job_number":"JOB_193287","tr_customer_id":193305,"tr_customer_product_id":193295,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:27.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"18073115262912","imei1":"18073115262912","imei2":"18073115262912","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:37:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193289,"job_number":"JOB_193289","tr_customer_id":193307,"tr_customer_product_id":193297,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:44:44.000Z","name":"Sachin kande","mobile_number":"7775048978","email_id":"sachin@gmail.com","dop":"2024-08-17","serial_number":"85971296172529","imei1":"85971296172529","imei2":"85971296172529","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:44:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193291,"job_number":"JOB_193291","tr_customer_id":193309,"tr_customer_product_id":193299,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:16.000Z","name":"sundar k","mobile_number":"9265797966","email_id":"sundar@gmail.com","dop":"2024-08-17","serial_number":"56752552254015","imei1":"56752552254015","imei2":"56752552254015","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193293,"job_number":"JOB_193293","tr_customer_id":193311,"tr_customer_product_id":193301,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:45:46.000Z","name":"swati k","mobile_number":"9075939666","email_id":"swati@gmail.com","dop":"2024-08-17","serial_number":"71929610676402","imei1":"71929610676402","imei2":"71929610676402","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193295,"job_number":"JOB_193295","tr_customer_id":193313,"tr_customer_product_id":193303,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:47:51.000Z","modified_at":"2026-02-21T04:47:51.000Z","name":"Ayush Mhatre","mobile_number":"1243546789","email_id":"wery@gmail.com","dop":"2026-02-11","serial_number":"10102371917300","imei1":"10102371017301","imei2":"10132371817302","popurl":"2026-02-11T04:47:50.703417403Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:47:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193296,"job_number":"JOB_193296","tr_customer_id":193314,"tr_customer_product_id":193304,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:42.000Z","modified_at":"2026-02-21T05:03:42.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"50207083622072","imei1":"50207083622072","imei2":"50207083622072","popurl":"2026-02-11T05:03:41.877363349Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193297,"job_number":"JOB_193297","tr_customer_id":193315,"tr_customer_product_id":193305,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:03:53.000Z","modified_at":"2026-02-21T05:03:53.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-02-11","serial_number":"69344723181843","imei1":"69344723181843","imei2":"69344723181843","popurl":"2026-02-11T05:03:53.305916863Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:03:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193298,"job_number":"JOB_193298","tr_customer_id":193316,"tr_customer_product_id":193306,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:55.000Z","modified_at":"2026-02-21T05:08:55.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"104354582838406","imei1":"104354582838406","imei2":"104354582838406","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:08:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193300,"job_number":"JOB_193300","tr_customer_id":193318,"tr_customer_product_id":193308,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:08.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"103460285105657","imei1":"103460285105657","imei2":"103460285105657","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:09:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193302,"job_number":"JOB_193302","tr_customer_id":193320,"tr_customer_product_id":193310,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:21:41.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17454307897849","imei1":"17454307897849","imei2":"17454307897849","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193304,"job_number":"JOB_193304","tr_customer_id":193322,"tr_customer_product_id":193312,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:43.000Z","modified_at":"2026-02-21T05:21:43.000Z","name":"Fredrick Klocko","mobile_number":"694-236-5956","email_id":"Montana.Predovic@gmail.com","dop":"2025-04-06","serial_number":"12783223683672104","imei1":"12783223683672104","imei2":"12783223683672104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193305,"job_number":"JOB_193305","tr_customer_id":193323,"tr_customer_product_id":193313,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:26.000Z","modified_at":"2026-02-21T05:22:26.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12594280943157","imei1":"12594280943157","imei2":"12594280943157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193307,"job_number":"JOB_193307","tr_customer_id":193325,"tr_customer_product_id":193315,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:28.000Z","modified_at":"2026-02-21T05:22:28.000Z","name":"Tremayne Harber","mobile_number":"411-308-8450","email_id":"Johnathon66@hotmail.com","dop":"2025-04-06","serial_number":"12621197507760120","imei1":"12621197507760120","imei2":"12621197507760120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:22:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193308,"job_number":"JOB_193308","tr_customer_id":193326,"tr_customer_product_id":193316,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:11.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12532814367686","imei1":"12532814367686","imei2":"12532814367686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193310,"job_number":"JOB_193310","tr_customer_id":193328,"tr_customer_product_id":193318,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:13.000Z","modified_at":"2026-02-21T05:23:13.000Z","name":"Lindsey Heidenreich","mobile_number":"999-790-8304","email_id":"Andreanne_Brown@hotmail.com","dop":"2025-04-06","serial_number":"10533575793331294","imei1":"10533575793331294","imei2":"10533575793331294","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:23:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193312,"job_number":"JOB_193312","tr_customer_id":193330,"tr_customer_product_id":193320,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:38.000Z","modified_at":"2026-02-21T05:25:38.000Z","name":"Tod Adams","mobile_number":"555-471-5521","email_id":"Terry65@hotmail.com","dop":"2025-04-06","serial_number":"10788498118391618","imei1":"10788498118391618","imei2":"10788498118391618","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193314,"job_number":"JOB_193314","tr_customer_id":193332,"tr_customer_product_id":193322,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:58.000Z","modified_at":"2026-02-21T05:25:58.000Z","name":"Devin Price","mobile_number":"753-402-3495","email_id":"Loren_Fisher@hotmail.com","dop":"2025-04-06","serial_number":"18368798924738108","imei1":"18368798924738108","imei2":"18368798924738108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:25:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193315,"job_number":"JOB_193315","tr_customer_id":193333,"tr_customer_product_id":193323,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:25.000Z","name":"Kumari Usha","mobile_number":"7899453211","email_id":"kmusha1298@gmail.com","dop":"2025-12-01","serial_number":"16996298937302","imei1":"16996298937302","imei2":"16996298937302","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193317,"job_number":"JOB_193317","tr_customer_id":193335,"tr_customer_product_id":193325,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:39.000Z","modified_at":"2026-02-21T05:27:39.000Z","name":"Uday P","mobile_number":"7690034256","email_id":"uday@gmail.com","dop":"2025-12-01","serial_number":"16111077593504","imei1":"16111077593504","imei2":"16111077593504","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193319,"job_number":"JOB_193319","tr_customer_id":193337,"tr_customer_product_id":193327,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:53.000Z","modified_at":"2026-02-21T05:27:53.000Z","name":"Jaya Kandpal","mobile_number":"8890345621","email_id":"jayakandpal@gmail.com","dop":"2025-12-01","serial_number":"11077466088063","imei1":"11077466088063","imei2":"11077466088063","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T05:27:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193328,"job_number":"JOB_193328","tr_customer_id":193346,"tr_customer_product_id":193336,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:57:28.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14500180749723","imei1":"14500180749723","imei2":"14500180749723","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193330,"job_number":"JOB_193330","tr_customer_id":193348,"tr_customer_product_id":193338,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:29.000Z","modified_at":"2026-02-21T06:57:29.000Z","name":"Katelin Hilpert","mobile_number":"639-249-0766","email_id":"Ole54@gmail.com","dop":"2025-04-06","serial_number":"17990608843684352","imei1":"17990608843684352","imei2":"17990608843684352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:57:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193331,"job_number":"JOB_193331","tr_customer_id":193349,"tr_customer_product_id":193339,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:05.000Z","modified_at":"2026-02-21T06:58:05.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12411661589835","imei1":"12411661589835","imei2":"12411661589835","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193333,"job_number":"JOB_193333","tr_customer_id":193351,"tr_customer_product_id":193341,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:07.000Z","modified_at":"2026-02-21T06:58:07.000Z","name":"Walker DuBuque","mobile_number":"355-903-4157","email_id":"Lina8@hotmail.com","dop":"2025-04-06","serial_number":"11606565818430918","imei1":"11606565818430918","imei2":"11606565818430918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193334,"job_number":"JOB_193334","tr_customer_id":193352,"tr_customer_product_id":193342,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:58:40.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14826284907109","imei1":"14826284907109","imei2":"14826284907109","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193336,"job_number":"JOB_193336","tr_customer_id":193354,"tr_customer_product_id":193344,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:41.000Z","modified_at":"2026-02-21T06:58:41.000Z","name":"Modesta Feest","mobile_number":"994-204-4972","email_id":"Antonietta75@hotmail.com","dop":"2025-04-06","serial_number":"14013384807474776","imei1":"14013384807474776","imei2":"14013384807474776","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T06:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193337,"job_number":"JOB_193337","tr_customer_id":193355,"tr_customer_product_id":193345,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:51.000Z","modified_at":"2026-02-21T07:00:51.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14615375139250","imei1":"14615375139250","imei2":"14615375139250","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193339,"job_number":"JOB_193339","tr_customer_id":193357,"tr_customer_product_id":193347,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:53.000Z","modified_at":"2026-02-21T07:00:53.000Z","name":"Keven Shanahan","mobile_number":"656-274-3855","email_id":"Laurianne.Mosciski@hotmail.com","dop":"2025-04-06","serial_number":"10520093004004100","imei1":"10520093004004100","imei2":"10520093004004100","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:00:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193340,"job_number":"JOB_193340","tr_customer_id":193358,"tr_customer_product_id":193348,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:28.000Z","modified_at":"2026-02-21T07:01:28.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13541032706944","imei1":"13541032706944","imei2":"13541032706944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193342,"job_number":"JOB_193342","tr_customer_id":193360,"tr_customer_product_id":193350,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:30.000Z","modified_at":"2026-02-21T07:01:30.000Z","name":"Alexanne Howe","mobile_number":"988-775-9998","email_id":"Makayla_Berge9@hotmail.com","dop":"2025-04-06","serial_number":"15364999435655256","imei1":"15364999435655256","imei2":"15364999435655256","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:01:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193343,"job_number":"JOB_193343","tr_customer_id":193361,"tr_customer_product_id":193351,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:04.000Z","modified_at":"2026-02-21T07:02:04.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12046156800606","imei1":"12046156800606","imei2":"12046156800606","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193345,"job_number":"JOB_193345","tr_customer_id":193363,"tr_customer_product_id":193353,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:05.000Z","name":"Arno Denesik","mobile_number":"715-555-8519","email_id":"Elta.Hoppe@hotmail.com","dop":"2025-04-06","serial_number":"12222153548494696","imei1":"12222153548494696","imei2":"12222153548494696","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:02:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193346,"job_number":"JOB_193346","tr_customer_id":193364,"tr_customer_product_id":193354,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:04:33.000Z","modified_at":"2026-02-21T07:04:33.000Z","name":"Sarla Mishra","mobile_number":"975641477","email_id":"abhaya.sharma@yahoo.co.in","dop":"2026-02-11","serial_number":"663805604905026","imei1":"663805604905026","imei2":"663805604905026","popurl":"www.abhaidev-naik.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:04:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193347,"job_number":"JOB_193347","tr_customer_id":193365,"tr_customer_product_id":193355,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:26:53.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"14720838700539","imei1":"14720838700539","imei2":"14720838700539","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193349,"job_number":"JOB_193349","tr_customer_id":193367,"tr_customer_product_id":193357,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:54.000Z","modified_at":"2026-02-21T07:26:54.000Z","name":"Flavio Grant","mobile_number":"692-710-6183","email_id":"Rebecca_Ryan14@gmail.com","dop":"2025-08-24","serial_number":"1037453169281561","imei1":"1037453169281561","imei2":"1037453169281561","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:26:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193350,"job_number":"JOB_193350","tr_customer_id":193368,"tr_customer_product_id":193358,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:35.000Z","modified_at":"2026-02-21T07:27:35.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17005161525366","imei1":"17005161525366","imei2":"17005161525366","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193352,"job_number":"JOB_193352","tr_customer_id":193370,"tr_customer_product_id":193360,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:37.000Z","modified_at":"2026-02-21T07:27:37.000Z","name":"Rita Stokes","mobile_number":"852-224-3961","email_id":"Leopold_Schuster75@yahoo.com","dop":"2025-08-24","serial_number":"1067373335692890","imei1":"1067373335692890","imei2":"1067373335692890","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:27:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193353,"job_number":"JOB_193353","tr_customer_id":193371,"tr_customer_product_id":193361,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:18.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"18814550219868","imei1":"18814550219868","imei2":"18814550219868","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193355,"job_number":"JOB_193355","tr_customer_id":193373,"tr_customer_product_id":193363,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:20.000Z","modified_at":"2026-02-21T07:28:20.000Z","name":"Noemie Strosin","mobile_number":"926-246-8584","email_id":"Ottis89@yahoo.com","dop":"2025-08-24","serial_number":"1087887588560128","imei1":"1087887588560128","imei2":"1087887588560128","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:28:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193356,"job_number":"JOB_193356","tr_customer_id":193374,"tr_customer_product_id":193364,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:07.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12818600653089","imei1":"12818600653089","imei2":"12818600653089","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193358,"job_number":"JOB_193358","tr_customer_id":193376,"tr_customer_product_id":193366,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:08.000Z","modified_at":"2026-02-21T07:31:08.000Z","name":"Monroe Bode","mobile_number":"384-649-0563","email_id":"Jackeline.Toy8@yahoo.com","dop":"2025-08-24","serial_number":"1017147976680088","imei1":"1017147976680088","imei2":"1017147976680088","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193359,"job_number":"JOB_193359","tr_customer_id":193377,"tr_customer_product_id":193367,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:31:50.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"12036851561100","imei1":"12036851561100","imei2":"12036851561100","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193361,"job_number":"JOB_193361","tr_customer_id":193379,"tr_customer_product_id":193369,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:51.000Z","modified_at":"2026-02-21T07:31:51.000Z","name":"Maximilian Bergnaum","mobile_number":"214-767-3524","email_id":"Emilio.Barton11@yahoo.com","dop":"2025-08-24","serial_number":"1005105062718217","imei1":"1005105062718217","imei2":"1005105062718217","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:31:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193362,"job_number":"JOB_193362","tr_customer_id":193380,"tr_customer_product_id":193370,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:32:33.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19405530719267","imei1":"19405530719267","imei2":"19405530719267","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193364,"job_number":"JOB_193364","tr_customer_id":193382,"tr_customer_product_id":193372,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:34.000Z","modified_at":"2026-02-21T07:32:34.000Z","name":"Merle Kuhic","mobile_number":"880-920-6502","email_id":"Alek_Murphy@yahoo.com","dop":"2025-08-24","serial_number":"1020156372357939","imei1":"1020156372357939","imei2":"1020156372357939","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:32:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193365,"job_number":"JOB_193365","tr_customer_id":193383,"tr_customer_product_id":193373,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:35:57.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14435403003308","imei1":"14435403003308","imei2":"14435403003308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193367,"job_number":"JOB_193367","tr_customer_id":193385,"tr_customer_product_id":193375,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:58.000Z","modified_at":"2026-02-21T07:35:58.000Z","name":"Kristy Stroman","mobile_number":"957-257-1508","email_id":"Agustin.Cartwright55@gmail.com","dop":"2025-04-06","serial_number":"17827110094024082","imei1":"17827110094024082","imei2":"17827110094024082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:35:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193368,"job_number":"JOB_193368","tr_customer_id":193386,"tr_customer_product_id":193376,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:36:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16877913902943","imei1":"16877913902943","imei2":"16877913902943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193370,"job_number":"JOB_193370","tr_customer_id":193388,"tr_customer_product_id":193378,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:33.000Z","modified_at":"2026-02-21T07:36:33.000Z","name":"Orion Cole","mobile_number":"825-802-8481","email_id":"Electa81@hotmail.com","dop":"2025-04-06","serial_number":"18482641818318780","imei1":"18482641818318780","imei2":"18482641818318780","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:36:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193371,"job_number":"JOB_193371","tr_customer_id":193389,"tr_customer_product_id":193379,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:08.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10409082647918","imei1":"10409082647918","imei2":"10409082647918","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193373,"job_number":"JOB_193373","tr_customer_id":193391,"tr_customer_product_id":193381,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:09.000Z","modified_at":"2026-02-21T07:37:09.000Z","name":"Elisa Murray","mobile_number":"838-352-8357","email_id":"Jason_Weissnat@yahoo.com","dop":"2025-04-06","serial_number":"13107282216834658","imei1":"13107282216834658","imei2":"13107282216834658","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193374,"job_number":"JOB_193374","tr_customer_id":193392,"tr_customer_product_id":193382,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:55.000Z","modified_at":"2026-02-21T07:37:55.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"11306756058129","imei1":"11306756058129","imei2":"11306756058129","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193376,"job_number":"JOB_193376","tr_customer_id":193394,"tr_customer_product_id":193384,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:57.000Z","modified_at":"2026-02-21T07:37:57.000Z","name":"Daphney Oberbrunner","mobile_number":"341-496-0383","email_id":"Ken88@gmail.com","dop":"2025-08-24","serial_number":"1040493187142260","imei1":"1040493187142260","imei2":"1040493187142260","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:37:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193377,"job_number":"JOB_193377","tr_customer_id":193395,"tr_customer_product_id":193385,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:38:39.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"19612044195453","imei1":"19612044195453","imei2":"19612044195453","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193379,"job_number":"JOB_193379","tr_customer_id":193397,"tr_customer_product_id":193387,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:41.000Z","modified_at":"2026-02-21T07:38:41.000Z","name":"Jaylin O'Hara","mobile_number":"972-788-4181","email_id":"Onie.Shanahan36@hotmail.com","dop":"2025-08-24","serial_number":"1086245263028934","imei1":"1086245263028934","imei2":"1086245263028934","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:38:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193380,"job_number":"JOB_193380","tr_customer_id":193398,"tr_customer_product_id":193388,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:22.000Z","modified_at":"2026-02-21T07:39:22.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"19566412732163","imei1":"19566412732163","imei2":"19566412732163","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193382,"job_number":"JOB_193382","tr_customer_id":193400,"tr_customer_product_id":193390,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:24.000Z","modified_at":"2026-02-21T07:39:24.000Z","name":"Joel Jones","mobile_number":"678-852-4682","email_id":"Cecelia_Funk@yahoo.com","dop":"2025-08-24","serial_number":"1041561432726379","imei1":"1041561432726379","imei2":"1041561432726379","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:39:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193383,"job_number":"JOB_193383","tr_customer_id":193401,"tr_customer_product_id":193391,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:41:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10117309860320","imei1":"10117309860320","imei2":"10117309860320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193385,"job_number":"JOB_193385","tr_customer_id":193403,"tr_customer_product_id":193393,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:41.000Z","modified_at":"2026-02-21T07:41:41.000Z","name":"Estelle Weber","mobile_number":"624-711-8027","email_id":"Rosario51@hotmail.com","dop":"2025-04-06","serial_number":"11403399497092734","imei1":"11403399497092734","imei2":"11403399497092734","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:41:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193386,"job_number":"JOB_193386","tr_customer_id":193404,"tr_customer_product_id":193394,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:15.000Z","modified_at":"2026-02-21T07:42:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16388964942987","imei1":"16388964942987","imei2":"16388964942987","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193388,"job_number":"JOB_193388","tr_customer_id":193406,"tr_customer_product_id":193396,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:17.000Z","modified_at":"2026-02-21T07:42:17.000Z","name":"Madaline Kling","mobile_number":"509-886-4437","email_id":"Trevor35@yahoo.com","dop":"2025-04-06","serial_number":"13918570880312850","imei1":"13918570880312850","imei2":"13918570880312850","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193389,"job_number":"JOB_193389","tr_customer_id":193407,"tr_customer_product_id":193397,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:56.000Z","modified_at":"2026-02-21T07:42:56.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19158717903805","imei1":"19158717903805","imei2":"19158717903805","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193391,"job_number":"JOB_193391","tr_customer_id":193409,"tr_customer_product_id":193399,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:58.000Z","modified_at":"2026-02-21T07:42:58.000Z","name":"Breanna Roob","mobile_number":"311-665-1228","email_id":"Elfrieda_Greenfelder@yahoo.com","dop":"2025-04-06","serial_number":"19090023186950096","imei1":"19090023186950096","imei2":"19090023186950096","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:42:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193392,"job_number":"JOB_193392","tr_customer_id":193410,"tr_customer_product_id":193400,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:24.000Z","modified_at":"2026-02-21T07:44:24.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"17942583115803","imei1":"17942583115803","imei2":"17942583115803","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193394,"job_number":"JOB_193394","tr_customer_id":193412,"tr_customer_product_id":193402,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:26.000Z","modified_at":"2026-02-21T07:44:26.000Z","name":"Manuela Langworth","mobile_number":"708-745-6938","email_id":"Heaven45@gmail.com","dop":"2025-08-24","serial_number":"1076324782314125","imei1":"1076324782314125","imei2":"1076324782314125","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:44:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193395,"job_number":"JOB_193395","tr_customer_id":193413,"tr_customer_product_id":193403,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:08.000Z","modified_at":"2026-02-21T07:45:08.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17393220884968","imei1":"17393220884968","imei2":"17393220884968","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193397,"job_number":"JOB_193397","tr_customer_id":193415,"tr_customer_product_id":193405,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:10.000Z","modified_at":"2026-02-21T07:45:10.000Z","name":"Karolann Rath","mobile_number":"794-950-5400","email_id":"Abelardo.Balistreri@gmail.com","dop":"2025-08-24","serial_number":"1014511479967130","imei1":"1014511479967130","imei2":"1014511479967130","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193398,"job_number":"JOB_193398","tr_customer_id":193416,"tr_customer_product_id":193406,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:45:52.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11613119694321","imei1":"11613119694321","imei2":"11613119694321","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193400,"job_number":"JOB_193400","tr_customer_id":193418,"tr_customer_product_id":193408,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:53.000Z","modified_at":"2026-02-21T07:45:53.000Z","name":"Polly Ritchie","mobile_number":"391-904-8976","email_id":"Elliot52@hotmail.com","dop":"2025-08-24","serial_number":"1098665647093363","imei1":"1098665647093363","imei2":"1098665647093363","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:45:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193402,"job_number":"JOB_193402","tr_customer_id":193420,"tr_customer_product_id":193410,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:48.000Z","modified_at":"2026-02-21T07:48:48.000Z","name":"Rudy Hoppe","mobile_number":"508-579-4138","email_id":"Henriette.Bosco@hotmail.com","dop":"2025-04-06","serial_number":"18692767985986108","imei1":"18692767985986108","imei2":"18692767985986108","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:48:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193407,"job_number":"JOB_193407","tr_customer_id":193425,"tr_customer_product_id":193415,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:08.000Z","modified_at":"2026-02-21T07:50:08.000Z","name":"Giovanny Orn","mobile_number":"372-757-9716","email_id":"Lorenz_Windler@hotmail.com","dop":"2025-04-06","serial_number":"15773123509869388","imei1":"15773123509869388","imei2":"15773123509869388","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193408,"job_number":"JOB_193408","tr_customer_id":193426,"tr_customer_product_id":193416,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:50:33.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"12583303650192","imei1":"12583303650192","imei2":"12583303650192","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193410,"job_number":"JOB_193410","tr_customer_id":193428,"tr_customer_product_id":193418,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:34.000Z","modified_at":"2026-02-21T07:50:34.000Z","name":"Tre Hickle","mobile_number":"214-222-6302","email_id":"Omari86@yahoo.com","dop":"2025-08-24","serial_number":"1016385885939756","imei1":"1016385885939756","imei2":"1016385885939756","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193412,"job_number":"JOB_193412","tr_customer_id":193430,"tr_customer_product_id":193420,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:19.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"18666066202750","imei1":"18666066202750","imei2":"18666066202750","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193414,"job_number":"JOB_193414","tr_customer_id":193432,"tr_customer_product_id":193422,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:20.000Z","modified_at":"2026-02-21T07:51:20.000Z","name":"Deshaun Gutkowski","mobile_number":"245-766-2848","email_id":"Selina_Wiegand@hotmail.com","dop":"2025-08-24","serial_number":"1081838350909819","imei1":"1081838350909819","imei2":"1081838350909819","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193415,"job_number":"JOB_193415","tr_customer_id":193433,"tr_customer_product_id":193423,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:37.000Z","modified_at":"2026-02-21T07:51:37.000Z","name":"Horacio Wilderman","mobile_number":"8928885292","email_id":"Camilla.Gottlieb@gmail.com","dop":"2026-01-12","serial_number":"10096311673473434","imei1":"10096311673473434","imei2":"10096311673473434","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:51:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193416,"job_number":"JOB_193416","tr_customer_id":193434,"tr_customer_product_id":193424,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:04.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11230557252449","imei1":"11230557252449","imei2":"11230557252449","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193418,"job_number":"JOB_193418","tr_customer_id":193436,"tr_customer_product_id":193426,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:05.000Z","modified_at":"2026-02-21T07:52:05.000Z","name":"Kenny Heathcote","mobile_number":"378-442-3417","email_id":"Diego.Bosco@hotmail.com","dop":"2025-08-24","serial_number":"1096253210185018","imei1":"1096253210185018","imei2":"1096253210185018","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T07:52:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193419,"job_number":"JOB_193419","tr_customer_id":193437,"tr_customer_product_id":193427,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:05.000Z","modified_at":"2026-02-21T08:13:05.000Z","name":"Chetan AG","mobile_number":"7090191744","email_id":"agchetan18@gmail.com","dop":"2025-08-24","serial_number":"19724020545025","imei1":"19724020545025","imei2":"19724020545025","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193421,"job_number":"JOB_193421","tr_customer_id":193439,"tr_customer_product_id":193429,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:07.000Z","modified_at":"2026-02-21T08:13:07.000Z","name":"Ebba Steuber","mobile_number":"893-586-8501","email_id":"Melyssa93@yahoo.com","dop":"2025-08-24","serial_number":"1014071285007740","imei1":"1014071285007740","imei2":"1014071285007740","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193422,"job_number":"JOB_193422","tr_customer_id":193440,"tr_customer_product_id":193430,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:13:52.000Z","name":"Jatin Sharma","mobile_number":"7090191546","email_id":"jatinsharma@gmail.com","dop":"2025-08-24","serial_number":"17692622377904","imei1":"17692622377904","imei2":"17692622377904","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193424,"job_number":"JOB_193424","tr_customer_id":193442,"tr_customer_product_id":193432,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:53.000Z","modified_at":"2026-02-21T08:13:53.000Z","name":"Glennie Rodriguez","mobile_number":"797-513-2777","email_id":"Kennedi.Blanda@yahoo.com","dop":"2025-08-24","serial_number":"1098376930953258","imei1":"1098376930953258","imei2":"1098376930953258","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:13:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193425,"job_number":"JOB_193425","tr_customer_id":193443,"tr_customer_product_id":193433,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:14:38.000Z","name":"Kajal Agarwal","mobile_number":"7090101030","email_id":"kajal1@gmail.com","dop":"2025-08-24","serial_number":"11743835190486","imei1":"11743835190486","imei2":"11743835190486","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193427,"job_number":"JOB_193427","tr_customer_id":193445,"tr_customer_product_id":193435,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:39.000Z","modified_at":"2026-02-21T08:14:39.000Z","name":"Nick Hauck","mobile_number":"255-564-9466","email_id":"Ellie_Lesch@gmail.com","dop":"2025-08-24","serial_number":"1008911628159141","imei1":"1008911628159141","imei2":"1008911628159141","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T08:14:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193428,"job_number":"JOB_193428","tr_customer_id":193446,"tr_customer_product_id":193436,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:20.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"16357077553165","imei1":"16357077553165","imei2":"16357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193429,"job_number":"JOB_193429","tr_customer_id":193447,"tr_customer_product_id":193437,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"36857077553165","imei1":"36857077553165","imei2":"36857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193430,"job_number":"JOB_193430","tr_customer_id":193448,"tr_customer_product_id":193438,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"17257077553165","imei1":"17257077553165","imei2":"17257077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193431,"job_number":"JOB_193431","tr_customer_id":193449,"tr_customer_product_id":193439,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"93857077553165","imei1":"93857077553165","imei2":"93857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193432,"job_number":"JOB_193432","tr_customer_id":193450,"tr_customer_product_id":193440,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:21.000Z","modified_at":"2026-02-21T09:50:21.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"25857077553165","imei1":"25857077553165","imei2":"25857077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193433,"job_number":"JOB_193433","tr_customer_id":193451,"tr_customer_product_id":193441,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Dhaanyalakshmi Jain","mobile_number":"7004418024","email_id":"mandaakin.bharadwaj@yahoo.co.in","dop":"2026-02-11","serial_number":"438286374794778","imei1":"438286374794778","imei2":"438286374794778","popurl":"www.goswami-dwivedi.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193434,"job_number":"JOB_193434","tr_customer_id":193452,"tr_customer_product_id":193442,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aayushmaan Kaur","mobile_number":"7059813001","email_id":"usha.kakkar@hotmail.com","dop":"2026-02-11","serial_number":"979657060377900","imei1":"979657060377900","imei2":"979657060377900","popurl":"www.manik-khatri.com","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193435,"job_number":"JOB_193435","tr_customer_id":193453,"tr_customer_product_id":193443,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sushma Panicker","mobile_number":"7064691662","email_id":"sarala.dutta@gmail.com","dop":"2026-02-11","serial_number":"513177912176455","imei1":"513177912176455","imei2":"513177912176455","popurl":"www.birjesh-ahuja.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193436,"job_number":"JOB_193436","tr_customer_id":193454,"tr_customer_product_id":193444,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Aaryan Patel","mobile_number":"7033480698","email_id":"chidaatma.prajapat@gmail.com","dop":"2026-02-11","serial_number":"094671057145544","imei1":"094671057145544","imei2":"094671057145544","popurl":"www.anjushree-kaur.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193437,"job_number":"JOB_193437","tr_customer_id":193455,"tr_customer_product_id":193445,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:22.000Z","modified_at":"2026-02-21T09:50:22.000Z","name":"Sunita Varma","mobile_number":"7003820851","email_id":"chandramauli.bhattacharya@gmail.com","dop":"2026-02-11","serial_number":"796348192115143","imei1":"796348192115143","imei2":"796348192115143","popurl":"www.swami-acharya.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193438,"job_number":"JOB_193438","tr_customer_id":193456,"tr_customer_product_id":193446,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855188","imei1":"15421920855188","imei2":"15421920855188","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193439,"job_number":"JOB_193439","tr_customer_id":193457,"tr_customer_product_id":193447,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:23.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855177","imei1":"15421920855177","imei2":"15421920855177","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193440,"job_number":"JOB_193440","tr_customer_id":193458,"tr_customer_product_id":193448,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:23.000Z","modified_at":"2026-02-21T09:50:24.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"15421920855122","imei1":"15421920855122","imei2":"15421920855122","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193441,"job_number":"JOB_193441","tr_customer_id":193459,"tr_customer_product_id":193449,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Ajit P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553123","imei1":"23357077553123","imei2":"23357077553123","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193442,"job_number":"JOB_193442","tr_customer_id":193460,"tr_customer_product_id":193450,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Vinod P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553165","imei1":"23357077553165","imei2":"23357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193443,"job_number":"JOB_193443","tr_customer_id":193461,"tr_customer_product_id":193451,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Sudam P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"23357077553178","imei1":"23357077553178","imei2":"23357077553178","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193444,"job_number":"JOB_193444","tr_customer_id":193462,"tr_customer_product_id":193452,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Nidhish P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"87357077553165","imei1":"87357077553165","imei2":"87357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193445,"job_number":"JOB_193445","tr_customer_id":193463,"tr_customer_product_id":193453,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:26.000Z","modified_at":"2026-02-21T09:50:26.000Z","name":"Roshan P","mobile_number":"8888888888","email_id":"vinodp@gmail.com","dop":"2025-09-30","serial_number":"56357077553165","imei1":"56357077553165","imei2":"56357077553165","popurl":"2025-09-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193446,"job_number":"JOB_193446","tr_customer_id":193464,"tr_customer_product_id":193454,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:27.000Z","modified_at":"2026-02-21T09:50:27.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"85118284085858","imei1":"85118284085858","imei2":"85118284085858","popurl":"2026-02-11T09:50:26.429886203Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193447,"job_number":"JOB_193447","tr_customer_id":193465,"tr_customer_product_id":193455,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T09:50:28.000Z","modified_at":"2026-02-21T09:50:28.000Z","name":"tushar shelar","mobile_number":"9321075789","email_id":"tds@gmail.com","dop":"2026-02-11","serial_number":"20288223085858","imei1":"20288223085858","imei2":"20288223085858","popurl":"2026-02-11T09:50:27.444812867Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T09:50:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193448,"job_number":"JOB_193448","tr_customer_id":193466,"tr_customer_product_id":193456,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:15.000Z","modified_at":"2026-02-21T10:46:15.000Z","name":"Dnyan Ubale","mobile_number":"7878787878","email_id":"xyz@gmail.com","dop":"2026-02-11","serial_number":"11794514993682","imei1":"18904414473682","imei2":"130779079163742","popurl":"2026-02-11T10:46:06.658049026Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193449,"job_number":"JOB_193449","tr_customer_id":193467,"tr_customer_product_id":193457,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:16.000Z","modified_at":"2026-02-21T10:46:16.000Z","name":"Dnyaneshwar Sharma","mobile_number":"7878787878","email_id":"sharmauser01@gmail.com","dop":"2026-02-11","serial_number":"41944561729345","imei1":"41944561729345","imei2":"41944561729345","popurl":"2026-02-11T10:46:06.660275584Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193450,"job_number":"JOB_193450","tr_customer_id":193468,"tr_customer_product_id":193458,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T10:46:29.000Z","modified_at":"2026-02-21T10:46:29.000Z","name":"Anandamayi Banerjee","mobile_number":"8686338023","email_id":"bharat.khan@hotmail.com","dop":"2026-02-11","serial_number":"88526442490310","imei1":"88526442490310","imei2":"88526442490310","popurl":"www.bhargavi-gowda.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T10:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193451,"job_number":"JOB_193451","tr_customer_id":193469,"tr_customer_product_id":193459,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:42:57.000Z","modified_at":"2026-02-21T11:42:57.000Z","name":"Jatin Sharma","mobile_number":"7293847564","email_id":"jatin@gmail.com","dop":"2026-02-11","serial_number":"19700432156456","imei1":"19700432156456","imei2":"19700432156456","popurl":"2026-02-11T11:42:56.589006406Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:42:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193453,"job_number":"JOB_193453","tr_customer_id":193471,"tr_customer_product_id":193461,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:58.000Z","modified_at":"2026-02-21T11:49:58.000Z","name":"Dameon Little","mobile_number":"455-441-8562","email_id":"Velva37@yahoo.com","dop":"2025-04-06","serial_number":"14240336567763800","imei1":"14240336567763800","imei2":"14240336567763800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T11:49:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193454,"job_number":"JOB_193454","tr_customer_id":193472,"tr_customer_product_id":193462,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:41:50.000Z","modified_at":"2026-02-21T12:41:50.000Z","name":"nishant sharma","mobile_number":"9999999999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfgdfgdfgdfgd","imei2":"gdfgdfgdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:41:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193455,"job_number":"JOB_193455","tr_customer_id":193473,"tr_customer_product_id":193463,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T12:43:38.000Z","modified_at":"2026-02-21T12:43:38.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdfgd","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T12:43:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193456,"job_number":"JOB_193456","tr_customer_id":193474,"tr_customer_product_id":193464,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:04:42.000Z","modified_at":"2026-02-21T13:04:42.000Z","name":"nishant sharma","mobile_number":"9999966999","email_id":"nishantji0021@gmail.com","dop":"2026-02-20","serial_number":"gdfgdfgdfgdfgdfgd","imei1":"gdfgdfg555fgdf33d","imei2":"gdf77gdfgdfgdfgd","popurl":"2026-02-20T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:04:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193458,"job_number":"JOB_193458","tr_customer_id":193476,"tr_customer_product_id":193466,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:17:43.000Z","modified_at":"2026-02-21T13:17:43.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"13935219571113","imei1":"13935219571113","imei2":"13935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:17:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193459,"job_number":"JOB_193459","tr_customer_id":193477,"tr_customer_product_id":193467,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:23:52.000Z","modified_at":"2026-02-21T13:23:52.000Z","name":"Raja sekar","mobile_number":"9025398090","email_id":"raja@gmail.com","dop":"2026-02-11","serial_number":"66522799607935","imei1":"66522799607935","imei2":"66522799607935","popurl":"2026-02-11T13:23:51.306638436Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:23:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193460,"job_number":"JOB_193460","tr_customer_id":193478,"tr_customer_product_id":193468,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"83935219571113","imei1":"83935219571113","imei2":"83935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193461,"job_number":"JOB_193461","tr_customer_id":193479,"tr_customer_product_id":193469,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"52935219571113","imei1":"52935219571113","imei2":"52935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193462,"job_number":"JOB_193462","tr_customer_id":193480,"tr_customer_product_id":193470,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:28:36.000Z","modified_at":"2026-02-21T13:28:36.000Z","name":"Florence Stiedemann","mobile_number":"728-860-1397","email_id":"Chadrick_Dietrich71@yahoo.com","dop":"2025-04-06","serial_number":"53935219571113","imei1":"53935219571113","imei2":"53935219571113","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:28:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193464,"job_number":"JOB_193464","tr_customer_id":193482,"tr_customer_product_id":193472,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:09.000Z","modified_at":"2026-02-21T13:37:09.000Z","name":"Cullen Luettgen","mobile_number":"807-683-5212","email_id":"Iva59@yahoo.com","dop":"2025-05-30","serial_number":"19247176904755","imei1":"19247176904755","imei2":"19247176904755","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193465,"job_number":"JOB_193465","tr_customer_id":193483,"tr_customer_product_id":193473,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:10.000Z","modified_at":"2026-02-21T13:37:10.000Z","name":"Junius Abbott","mobile_number":"310-872-6681","email_id":"Winston_Osinski@yahoo.com","dop":"2025-05-30","serial_number":"1474084519410455","imei1":"1474084519410455","imei2":"1474084519410455","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T13:37:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193009,"job_number":"JOB_193009","tr_customer_id":193027,"tr_customer_product_id":193017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:51:52.000Z","modified_at":"2026-02-21T01:51:52.000Z","name":"Vaibhav Ubale","mobile_number":"9076369696","email_id":"vaibhavubale@gmail.com","dop":"2025-12-17","serial_number":"96325874123647","imei1":"96325874123647","imei2":"96325874123647","popurl":"2025-12-17T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:51:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193010,"job_number":"JOB_193010","tr_customer_id":193028,"tr_customer_product_id":193018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T01:55:30.000Z","modified_at":"2026-02-21T01:55:30.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"10104806434183","imei1":"10104806434183","imei2":"10104806434183","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T01:55:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193019,"job_number":"JOB_193019","tr_customer_id":193037,"tr_customer_product_id":193027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:47:38.000Z","modified_at":"2026-02-21T03:47:38.000Z","name":"Lloyd Stehr","mobile_number":"730-564-5254","email_id":"Jasper91@gmail.com","dop":"2026-02-02","serial_number":"19168432925975","imei1":"19168432925975","imei2":"19168432925975","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T03:47:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193036,"job_number":"JOB_193036","tr_customer_id":193054,"tr_customer_product_id":193044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:15.000Z","modified_at":"2026-02-21T04:16:15.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Dexter.Medhurst@hotmail.com","dop":"2025-07-02","serial_number":"12842370285596","imei1":"12842370285596","imei2":"12842370285596","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193062,"job_number":"JOB_193062","tr_customer_id":193080,"tr_customer_product_id":193070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:16:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Dashawn.Padberg27@hotmail.com","dop":"2025-07-02","serial_number":"17394348247944","imei1":"17394348247944","imei2":"17394348247944","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193081,"job_number":"JOB_193081","tr_customer_id":193099,"tr_customer_product_id":193089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:50.000Z","modified_at":"2026-02-21T04:16:50.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madyson81@yahoo.com","dop":"2025-07-02","serial_number":"17369575998696","imei1":"17369575998696","imei2":"17369575998696","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193125,"job_number":"JOB_193125","tr_customer_id":193143,"tr_customer_product_id":193133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:30.000Z","modified_at":"2026-02-21T04:17:30.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"111718623597519","imei1":"111718623597519","imei2":"111718623597519","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193126,"job_number":"JOB_193126","tr_customer_id":193144,"tr_customer_product_id":193134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Florida Smitham","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198456073770967","imei1":"198456073770967","imei2":"198456073770967","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193127,"job_number":"JOB_193127","tr_customer_id":193145,"tr_customer_product_id":193135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Nettie Leuschke","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"131642109384643","imei1":"131642109384643","imei2":"131642109384643","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193128,"job_number":"JOB_193128","tr_customer_id":193146,"tr_customer_product_id":193136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:31.000Z","modified_at":"2026-02-21T04:17:31.000Z","name":"Hector Boehm","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"198773321496222","imei1":"198773321496222","imei2":"198773321496222","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193136,"job_number":"JOB_193136","tr_customer_id":193154,"tr_customer_product_id":193144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:35.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"102025479038925","imei1":"102025479038925","imei2":"102025479038925","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193138,"job_number":"JOB_193138","tr_customer_id":193156,"tr_customer_product_id":193146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:36.000Z","name":"Rex Gaylord","mobile_number":"364-216-1414","email_id":"Garnett_Stark@yahoo.com","dop":"2025-06-09","serial_number":"105304334932185","imei1":"105304334932185","imei2":"105304334932185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193143,"job_number":"JOB_193143","tr_customer_id":193161,"tr_customer_product_id":193151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:38.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11140477613811","imei1":"11140477613811","imei2":"11140477613811","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193146,"job_number":"JOB_193146","tr_customer_id":193164,"tr_customer_product_id":193154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:41.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"186716192476871","imei1":"186716192476871","imei2":"186716192476871","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193148,"job_number":"JOB_193148","tr_customer_id":193166,"tr_customer_product_id":193156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Berta Marks","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"165600717526229","imei1":"165600717526229","imei2":"165600717526229","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193150,"job_number":"JOB_193150","tr_customer_id":193168,"tr_customer_product_id":193158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jeremy Pollich","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"160747708752512","imei1":"160747708752512","imei2":"160747708752512","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193152,"job_number":"JOB_193152","tr_customer_id":193170,"tr_customer_product_id":193160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Santos Hackett","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139597104774913","imei1":"139597104774913","imei2":"139597104774913","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193187,"job_number":"JOB_193187","tr_customer_id":193205,"tr_customer_product_id":193195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"102469542877406","imei1":"102469542877406","imei2":"102469542877406","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193190,"job_number":"JOB_193190","tr_customer_id":193208,"tr_customer_product_id":193198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Rupert Will","mobile_number":"458-949-1401","email_id":"Cory_DuBuque75@yahoo.com","dop":"2025-06-09","serial_number":"100871551647015","imei1":"100871551647015","imei2":"100871551647015","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193200,"job_number":"JOB_193200","tr_customer_id":193218,"tr_customer_product_id":193208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101527533272771","imei1":"101527533272771","imei2":"101527533272771","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193203,"job_number":"JOB_193203","tr_customer_id":193221,"tr_customer_product_id":193211,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Demarco Doyle","mobile_number":"640-472-1111","email_id":"Reyes_Hettinger@yahoo.com","dop":"2025-06-09","serial_number":"104599248420048","imei1":"104599248420048","imei2":"104599248420048","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193044,"job_number":"JOB_193044","tr_customer_id":193062,"tr_customer_product_id":193052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:24.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10292309494622","imei1":"10292309494622","imei2":"10292309494622","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:24.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193052,"job_number":"JOB_193052","tr_customer_id":193070,"tr_customer_product_id":193060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:26.000Z","modified_at":"2026-02-21T04:16:26.000Z","name":"Sierra Sawayn","mobile_number":"541-241-9529","email_id":"Willow.Farrell65@gmail.com","dop":"2000-01-31","serial_number":"1058654048623764","imei1":"1058654048623764","imei2":"1058654048623764","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:16:26.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193097,"job_number":"JOB_193097","tr_customer_id":193115,"tr_customer_product_id":193105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:07.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10352485471554","imei1":"10352485471554","imei2":"10352485471554","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:07.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193103,"job_number":"JOB_193103","tr_customer_id":193121,"tr_customer_product_id":193111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:08.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Winifred Hackett","mobile_number":"284-612-9973","email_id":"Gino_Effertz84@gmail.com","dop":"2000-01-31","serial_number":"1073478699062341","imei1":"1073478699062341","imei2":"1073478699062341","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193173,"job_number":"JOB_193173","tr_customer_id":193191,"tr_customer_product_id":193181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:49.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10733609826296","imei1":"10733609826296","imei2":"10733609826296","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:49.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193184,"job_number":"JOB_193184","tr_customer_id":193202,"tr_customer_product_id":193192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:17:51.000Z","name":"Maximus MacGyver","mobile_number":"252-897-2756","email_id":"Mathias84@yahoo.com","dop":"2000-01-31","serial_number":"1042566965219949","imei1":"1042566965219949","imei2":"1042566965219949","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:17:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193227,"job_number":"JOB_193227","tr_customer_id":193245,"tr_customer_product_id":193235,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:32.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10887437180877","imei1":"10887437180877","imei2":"10887437180877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":193233,"job_number":"JOB_193233","tr_customer_id":193251,"tr_customer_product_id":193241,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:34.000Z","modified_at":"2026-02-21T04:18:34.000Z","name":"Jimmy Langosh","mobile_number":"895-964-6169","email_id":"Arnoldo75@yahoo.com","dop":"2000-01-31","serial_number":"1082126794662261","imei1":"1082126794662261","imei2":"1082126794662261","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-02-21T04:18:34.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iameng","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2f1f9710-5dcd-4743-98a2-24fdccbeb359 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 59 |
{
"username": "iameng",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 694 |
| ETag | W/"2b6-W7UGp4Fay34amdPY0qT/Uw1Ipkc" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 4785428c-5984-469b-a7e4-09a0d467e067 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 441 |
| ETag | W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"fb-m6wKgSujXMLY5jylVD0Jt47gTak"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6f19bedf-0a72-4164-8cd7-47cb8b95abcf |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 164 |
| ETag | W/"a4-3rMjdurDDkYaz/wx2xQBgqavk0Q" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:19 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":2},{"label":"Repair completed","key":"repair_completed","count":160}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_repair"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 09b7a323-0739-4c2e-aec8-81b215c77a7f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 45 |
{
"details_key": "pending_for_repair"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"7b5-x3pz6hylaRihA3kKAhQGYoqCHeM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":193411,"job_number":"JOB_193411","tr_customer_id":193429,"tr_customer_product_id":193419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:49.000Z","modified_at":"2026-02-21T08:28:28.000Z","name":"Nicola Grant","mobile_number":"8928885292","email_id":"Abigail91@yahoo.com","dop":"2026-01-12","serial_number":"10115143860909","imei1":"10115143860909","imei2":"10115143860909","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T08:28:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"},{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:18.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T13:37:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"repair_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 83e6fbd6-64ee-4c61-887e-e5ae920b6d40 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 43 |
{
"details_key": "repair_completed"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a8ec2814-53f1-4209-b77f-47fdaffd521e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"962-5Za+B6gnCXyCceiXV46BrfT+5R8" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:20 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:18.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T13:37:18.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":4,"name":"Sync issue","tr_job_head_id":193463,"remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-21T13:37:08.000Z"}],"quatations":[]},{"id":193411,"job_number":"JOB_193411","tr_customer_id":193429,"tr_customer_product_id":193419,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:49.000Z","modified_at":"2026-02-21T08:28:28.000Z","name":"Nicola Grant","mobile_number":"8928885292","email_id":"Abigail91@yahoo.com","dop":"2026-01-12","serial_number":"10115143860909","imei1":"10115143860909","imei2":"10115143860909","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-02-21T08:28:28.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":24,"name":"Apps Not Downloading","tr_job_head_id":193411,"remark":"Unable to download any app post update","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-21T07:50:49.000Z"}],"quatations":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| Content-Type | text/plain |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | be196600-1e32-415b-a2b4-13af27c971bc |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMjUzNTV9.rcDlpM6qxB-8BRe5iNQNwG1aJ1DkWpjkU_8CBxXkTwc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":68957,"problems":[{"id":4,"remark":"updated OS."}]}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwMzl9.wZyD35_aBaLj-iI3d-x7j3S1xbxFTwfa_TpTZZUdcc8 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a9ea7029-b734-4edd-8ea7-cf77c14bd59d |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 143 |
{
"job_id": 193463,
"problems": [
{
"id": 2,
"remark": "Replaced the battery"
}
]
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 42 |
| ETag | W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Repair successful.","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamqc","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0831f91a-5d24-48de-9956-5f3b659acdc7 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamqc",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 681 |
| ETag | W/"2a9-7rIkBHzYh5SijLFMCGXUUxg8hCc" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 2e548c56-b6e4-48d7-bc3c-c61d90cc188e |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 431 |
| ETag | W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:21 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0aee3ec1-d792-412b-918f-957251af9d9c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 202 |
| ETag | W/"ca-N3gq0Q7x0mUdCffkndrYrjCkCVU" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":9},{"label":"QC Completed","key":"qc_completed","count":159},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_qc"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | bb1e0d93-6248-4f4d-8b97-f55d2eb337aa |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 32 |
{"details_key":"pending_for_qc"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 31 |
| ETag | W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"qc_completed"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d2c30402-22c2-4d18-ab49-e8b5eb3fb7d6 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 30 |
{"details_key":"qc_completed"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2670c-74+UJ6DGVblmXBx05HSLS5l4DFg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:22 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":193405,"job_number":"JOB_193405","tr_customer_id":193423,"tr_customer_product_id":193413,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:21.000Z","modified_at":"2026-02-21T07:49:31.000Z","name":"August Hegmann","mobile_number":"682-622-2412","email_id":"Kurt.Connelly@gmail.com","dop":"2025-11-04","serial_number":"65084655865845","imei1":"65084655865845","imei2":"65084655865845","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193404,"job_number":"JOB_193404","tr_customer_id":193422,"tr_customer_product_id":193412,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:49:08.000Z","modified_at":"2026-02-21T07:49:18.000Z","name":"Yasmine Crooks","mobile_number":"420-656-1100","email_id":"Everardo.West73@gmail.com","dop":"2025-11-04","serial_number":"85289669755830","imei1":"85289669755830","imei2":"85289669755830","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193403,"job_number":"JOB_193403","tr_customer_id":193421,"tr_customer_product_id":193411,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:54.000Z","modified_at":"2026-02-21T07:49:04.000Z","name":"Alayna Runolfsson","mobile_number":"958-843-1141","email_id":"Ariel_Will75@gmail.com","dop":"2025-11-04","serial_number":"65050518186423","imei1":"65050518186423","imei2":"65050518186423","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193327,"job_number":"JOB_193327","tr_customer_id":193345,"tr_customer_product_id":193335,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:41.000Z","modified_at":"2026-02-21T06:30:51.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"63772488194954","imei1":"63772488194954","imei2":"63772488194954","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193326,"job_number":"JOB_193326","tr_customer_id":193344,"tr_customer_product_id":193334,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:25.000Z","modified_at":"2026-02-21T06:30:36.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"81145470291376","imei1":"81145470291376","imei2":"81145470291376","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193325,"job_number":"JOB_193325","tr_customer_id":193343,"tr_customer_product_id":193333,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:30:10.000Z","modified_at":"2026-02-21T06:30:21.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"70867855345583","imei1":"70867855345583","imei2":"70867855345583","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193324,"job_number":"JOB_193324","tr_customer_id":193342,"tr_customer_product_id":193332,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:19.000Z","modified_at":"2026-02-21T06:26:29.000Z","name":"Jalyn McCullough","mobile_number":"535-275-8527","email_id":"Einar74@hotmail.com","dop":"2025-11-04","serial_number":"34114215277790","imei1":"34114215277790","imei2":"34114215277790","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193323,"job_number":"JOB_193323","tr_customer_id":193341,"tr_customer_product_id":193331,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:26:05.000Z","modified_at":"2026-02-21T06:26:15.000Z","name":"Adam Mosciski","mobile_number":"864-635-6070","email_id":"Pierce_Marquardt@yahoo.com","dop":"2025-11-04","serial_number":"87754910964105","imei1":"87754910964105","imei2":"87754910964105","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193322,"job_number":"JOB_193322","tr_customer_id":193340,"tr_customer_product_id":193330,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:25:51.000Z","modified_at":"2026-02-21T06:26:01.000Z","name":"Savanna Gutkowski","mobile_number":"752-877-8608","email_id":"Gino.Haag@yahoo.com","dop":"2025-11-04","serial_number":"86072391699638","imei1":"86072391699638","imei2":"86072391699638","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:26:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193321,"job_number":"JOB_193321","tr_customer_id":193339,"tr_customer_product_id":193329,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:09:40.000Z","modified_at":"2026-02-21T09:01:00.000Z","name":"Pratibha Singh","mobile_number":"7355784668","email_id":"pratibha.singh@gmail.com","dop":"2026-01-31","serial_number":"12345656787899","imei1":"12345656787899","imei2":"12345656787899","popurl":"2026-01-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T09:01:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193205,"job_number":"JOB_193205","tr_customer_id":193223,"tr_customer_product_id":193213,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:14.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Mylene Nolan","mobile_number":"837-720-9941","email_id":"Larissa.Pollich@yahoo.com","dop":"2025-12-31","serial_number":"10795626705278","imei1":"10795626705278","imei2":"10795626705278","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193202,"job_number":"JOB_193202","tr_customer_id":193220,"tr_customer_product_id":193210,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:08.000Z","modified_at":"2026-02-21T04:18:19.000Z","name":"Stefanie Parisian","mobile_number":"702-719-0838","email_id":"Harmony_Mohr@gmail.com","dop":"2025-06-09","serial_number":"109267175646676","imei1":"109267175646676","imei2":"109267175646676","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193198,"job_number":"JOB_193198","tr_customer_id":193216,"tr_customer_product_id":193206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:02.000Z","modified_at":"2026-02-21T04:18:11.000Z","name":"Audreanne Sauer","mobile_number":"744-643-7837","email_id":"Aurelia47@gmail.com","dop":"2025-12-31","serial_number":"10138307300735","imei1":"10138307300735","imei2":"10138307300735","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193189,"job_number":"JOB_193189","tr_customer_id":193207,"tr_customer_product_id":193197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:03.000Z","name":"Marilyne Schulist","mobile_number":"612-347-1945","email_id":"Maribel.Kub@hotmail.com","dop":"2025-06-09","serial_number":"106357487644228","imei1":"106357487644228","imei2":"106357487644228","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193176,"job_number":"JOB_193176","tr_customer_id":193194,"tr_customer_product_id":193184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Daisy Bergnaum","mobile_number":"559-297-2413","email_id":"Devon9@gmail.com","dop":"2025-12-31","serial_number":"10123500765711","imei1":"10123500765711","imei2":"10123500765711","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193141,"job_number":"JOB_193141","tr_customer_id":193159,"tr_customer_product_id":193149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:17:46.000Z","name":"Abhinav singh","mobile_number":"9191999000","email_id":"abhi02@gmail.com","dop":"2026-01-06","serial_number":"11703339206788","imei1":"11703339206788","imei2":"11703339206788","popurl":"2026-01-06T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193137,"job_number":"JOB_193137","tr_customer_id":193155,"tr_customer_product_id":193145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:36.000Z","modified_at":"2026-02-21T04:17:47.000Z","name":"Clarabelle Mosciski","mobile_number":"805-332-7472","email_id":"Selmer54@yahoo.com","dop":"2025-06-09","serial_number":"102292155268054","imei1":"102292155268054","imei2":"102292155268054","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193135,"job_number":"JOB_193135","tr_customer_id":193153,"tr_customer_product_id":193143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:34.000Z","modified_at":"2026-02-21T04:17:58.000Z","name":"Sophia Emard","mobile_number":"523-233-0682","email_id":"Burdette_Toy@yahoo.com","dop":"2025-10-01","serial_number":"18926668109396","imei1":"18926668109396","imei2":"18926668109396","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193079,"job_number":"JOB_193079","tr_customer_id":193097,"tr_customer_product_id":193087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:48.000Z","modified_at":"2026-02-21T04:16:52.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"150612866895086","imei1":"150612866895086","imei2":"150612866895086","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193073,"job_number":"JOB_193073","tr_customer_id":193091,"tr_customer_product_id":193081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:44.000Z","modified_at":"2026-02-21T04:16:48.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"113508152648768","imei1":"113508152648768","imei2":"113508152648768","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193069,"job_number":"JOB_193069","tr_customer_id":193087,"tr_customer_product_id":193077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:49.000Z","name":"giyu tomiaka","mobile_number":"252-404-2609","email_id":"giyu@g.com","dop":"2026-01-10","serial_number":"993473101100515","imei1":"993473101100515","imei2":"993473101100515","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193068,"job_number":"JOB_193068","tr_customer_id":193086,"tr_customer_product_id":193076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:40.000Z","modified_at":"2026-02-21T04:16:44.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"104733234072233","imei1":"104733234072233","imei2":"104733234072233","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193065,"job_number":"JOB_193065","tr_customer_id":193083,"tr_customer_product_id":193073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:36.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Sebasti Jeya Ranjani Manuel","mobile_number":"9685741235","email_id":"ran@gmail.com","dop":"2025-06-17","serial_number":"122079660726163","imei1":"122079660726163","imei2":"122079660726163","popurl":"2025-06-17T04:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193057,"job_number":"JOB_193057","tr_customer_id":193075,"tr_customer_product_id":193065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:29.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"tanjiro kamado","mobile_number":"646-734-1392","email_id":"tanjiro@g.com","dop":"2026-01-10","serial_number":"560557421491044","imei1":"560557421491044","imei2":"560557421491044","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193037,"job_number":"JOB_193037","tr_customer_id":193055,"tr_customer_product_id":193045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:17.000Z","modified_at":"2026-02-21T04:16:27.000Z","name":"saitama sensei","mobile_number":"900-948-0881","email_id":"saitama@yopmail.com","dop":"2026-01-10","serial_number":"781633053347299","imei1":"781633053347299","imei2":"781633053347299","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193014,"job_number":"JOB_193014","tr_customer_id":193032,"tr_customer_product_id":193022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:36.000Z","modified_at":"2026-02-21T02:07:53.000Z","name":"kajal t","mobile_number":"7664467765","email_id":"kajal@gmail.com","dop":"2026-02-02","serial_number":"18097023238009","imei1":"18097023238009","imei2":"18097023238009","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193013,"job_number":"JOB_193013","tr_customer_id":193031,"tr_customer_product_id":193021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:07:14.000Z","modified_at":"2026-02-21T02:07:32.000Z","name":"uday p","mobile_number":"7667762335","email_id":"uday@gmail.com","dop":"2026-02-02","serial_number":"17481082609181","imei1":"17481082609181","imei2":"17481082609181","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193012,"job_number":"JOB_193012","tr_customer_id":193030,"tr_customer_product_id":193020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:06:54.000Z","modified_at":"2026-02-21T02:07:10.000Z","name":"jatin sharma","mobile_number":"7667767765","email_id":"jatinvsharma@gmail.com","dop":"2026-02-02","serial_number":"10477737061329","imei1":"10477737061329","imei2":"10477737061329","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:07:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193007,"job_number":"JOB_193007","tr_customer_id":193025,"tr_customer_product_id":193015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:34:10.000Z","modified_at":"2026-02-21T00:34:24.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"11637362153991","imei1":"11637362153991","imei2":"11637362153991","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:34:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193006,"job_number":"JOB_193006","tr_customer_id":193024,"tr_customer_product_id":193014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T00:20:19.000Z","modified_at":"2026-02-21T00:32:50.000Z","name":"guri singh","mobile_number":"4257356462","email_id":"gsdhjagd@gmail.com","dop":"2026-02-02","serial_number":"14962565891918","imei1":"14962565891918","imei2":"14962565891918","popurl":"2026-02-02T05:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T00:32:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193452,"job_number":"JOB_193452","tr_customer_id":193470,"tr_customer_product_id":193460,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T11:49:57.000Z","modified_at":"2026-02-21T11:50:34.000Z","name":"Carlotta Heathcote","mobile_number":"647-593-6096","email_id":"Alycia22@yahoo.com","dop":"2025-04-06","serial_number":"11301090230706","imei1":"11301090230706","imei2":"11301090230706","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T11:50:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193426,"job_number":"JOB_193426","tr_customer_id":193444,"tr_customer_product_id":193434,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:14:38.000Z","modified_at":"2026-02-21T08:15:16.000Z","name":"Joany Purdy","mobile_number":"724-237-3117","email_id":"Maureen78@hotmail.com","dop":"2025-08-24","serial_number":"13567445995615","imei1":"13567445995615","imei2":"13567445995615","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:15:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193423,"job_number":"JOB_193423","tr_customer_id":193441,"tr_customer_product_id":193431,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:52.000Z","modified_at":"2026-02-21T08:14:31.000Z","name":"Alexandria Shanahan","mobile_number":"519-882-4748","email_id":"Jacquelyn60@hotmail.com","dop":"2025-08-24","serial_number":"14871532776961","imei1":"14871532776961","imei2":"14871532776961","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:14:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193420,"job_number":"JOB_193420","tr_customer_id":193438,"tr_customer_product_id":193428,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T08:13:06.000Z","modified_at":"2026-02-21T08:13:44.000Z","name":"Jennie Wolff","mobile_number":"250-618-3357","email_id":"Hank.Volkman67@hotmail.com","dop":"2025-08-24","serial_number":"17196442069445","imei1":"17196442069445","imei2":"17196442069445","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T08:13:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193417,"job_number":"JOB_193417","tr_customer_id":193435,"tr_customer_product_id":193425,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:52:04.000Z","modified_at":"2026-02-21T07:52:42.000Z","name":"Katelynn Robel","mobile_number":"204-584-1735","email_id":"Watson.McClure@yahoo.com","dop":"2025-08-24","serial_number":"19949939898268","imei1":"19949939898268","imei2":"19949939898268","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:52:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193413,"job_number":"JOB_193413","tr_customer_id":193431,"tr_customer_product_id":193421,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:51:19.000Z","modified_at":"2026-02-21T07:51:56.000Z","name":"Lura Feeney","mobile_number":"723-936-7765","email_id":"Carmel78@gmail.com","dop":"2025-08-24","serial_number":"15803776769330","imei1":"15803776769330","imei2":"15803776769330","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193409,"job_number":"JOB_193409","tr_customer_id":193427,"tr_customer_product_id":193417,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:33.000Z","modified_at":"2026-02-21T07:51:11.000Z","name":"Kirsten MacGyver","mobile_number":"982-552-0689","email_id":"Therese.Barrows15@yahoo.com","dop":"2025-08-24","serial_number":"18818868196827","imei1":"18818868196827","imei2":"18818868196827","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:51:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193406,"job_number":"JOB_193406","tr_customer_id":193424,"tr_customer_product_id":193414,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:50:07.000Z","modified_at":"2026-02-21T07:50:42.000Z","name":"Elroy Witting","mobile_number":"431-813-4941","email_id":"Nicole_Torphy34@yahoo.com","dop":"2025-04-06","serial_number":"18149506369620","imei1":"18149506369620","imei2":"18149506369620","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:50:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193401,"job_number":"JOB_193401","tr_customer_id":193419,"tr_customer_product_id":193409,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:48:47.000Z","modified_at":"2026-02-21T07:49:26.000Z","name":"Kane Sanford","mobile_number":"443-612-9487","email_id":"Arielle18@gmail.com","dop":"2025-04-06","serial_number":"18119359610213","imei1":"18119359610213","imei2":"18119359610213","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:49:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193399,"job_number":"JOB_193399","tr_customer_id":193417,"tr_customer_product_id":193407,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:52.000Z","modified_at":"2026-02-21T07:46:29.000Z","name":"Naomi Beahan","mobile_number":"545-964-7483","email_id":"Alta_Hirthe@hotmail.com","dop":"2025-08-24","serial_number":"11605371628980","imei1":"11605371628980","imei2":"11605371628980","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:46:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193396,"job_number":"JOB_193396","tr_customer_id":193414,"tr_customer_product_id":193404,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:45:09.000Z","modified_at":"2026-02-21T07:45:45.000Z","name":"Marcella Miller","mobile_number":"884-310-8276","email_id":"Davion_Smitham@hotmail.com","dop":"2025-08-24","serial_number":"11883637593341","imei1":"11883637593341","imei2":"11883637593341","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193393,"job_number":"JOB_193393","tr_customer_id":193411,"tr_customer_product_id":193401,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:44:25.000Z","modified_at":"2026-02-21T07:45:01.000Z","name":"Gregg McDermott","mobile_number":"945-710-4122","email_id":"Hertha_Johnston@hotmail.com","dop":"2025-08-24","serial_number":"16033096175723","imei1":"16033096175723","imei2":"16033096175723","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:45:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193390,"job_number":"JOB_193390","tr_customer_id":193408,"tr_customer_product_id":193398,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:57.000Z","modified_at":"2026-02-21T07:43:31.000Z","name":"Theo Ortiz","mobile_number":"905-320-7906","email_id":"Coy_Aufderhar@yahoo.com","dop":"2025-04-06","serial_number":"12991638732410","imei1":"12991638732410","imei2":"12991638732410","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:43:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193387,"job_number":"JOB_193387","tr_customer_id":193405,"tr_customer_product_id":193395,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:42:16.000Z","modified_at":"2026-02-21T07:42:51.000Z","name":"German Kilback","mobile_number":"849-626-2312","email_id":"Mariane_Franecki26@gmail.com","dop":"2025-04-06","serial_number":"16439057314077","imei1":"16439057314077","imei2":"16439057314077","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193384,"job_number":"JOB_193384","tr_customer_id":193402,"tr_customer_product_id":193392,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:41:39.000Z","modified_at":"2026-02-21T07:42:10.000Z","name":"Darrell Kohler","mobile_number":"415-937-4218","email_id":"Rosendo_Tromp35@yahoo.com","dop":"2025-04-06","serial_number":"12070978891166","imei1":"12070978891166","imei2":"12070978891166","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:42:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193381,"job_number":"JOB_193381","tr_customer_id":193399,"tr_customer_product_id":193389,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:39:23.000Z","modified_at":"2026-02-21T07:39:58.000Z","name":"Colby Dare","mobile_number":"539-894-4176","email_id":"Tommie.Botsford49@gmail.com","dop":"2025-08-24","serial_number":"10553969009289","imei1":"10553969009289","imei2":"10553969009289","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193378,"job_number":"JOB_193378","tr_customer_id":193396,"tr_customer_product_id":193386,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:38:39.000Z","modified_at":"2026-02-21T07:39:15.000Z","name":"Paolo Connelly","mobile_number":"470-795-3780","email_id":"Roy.Stiedemann80@hotmail.com","dop":"2025-08-24","serial_number":"10895689678170","imei1":"10895689678170","imei2":"10895689678170","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:39:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193375,"job_number":"JOB_193375","tr_customer_id":193393,"tr_customer_product_id":193383,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:56.000Z","modified_at":"2026-02-21T07:38:32.000Z","name":"Jules Auer","mobile_number":"651-559-1121","email_id":"Connie.Fadel88@gmail.com","dop":"2025-08-24","serial_number":"17252636890148","imei1":"17252636890148","imei2":"17252636890148","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:38:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193372,"job_number":"JOB_193372","tr_customer_id":193390,"tr_customer_product_id":193380,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:37:08.000Z","modified_at":"2026-02-21T07:37:41.000Z","name":"Rhett Skiles","mobile_number":"303-250-7166","email_id":"Ricardo.Leuschke6@yahoo.com","dop":"2025-04-06","serial_number":"13700896357600","imei1":"13700896357600","imei2":"13700896357600","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193369,"job_number":"JOB_193369","tr_customer_id":193387,"tr_customer_product_id":193377,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:36:32.000Z","modified_at":"2026-02-21T07:37:03.000Z","name":"Laurine Gottlieb","mobile_number":"351-584-1940","email_id":"Wilfrid_Hartmann@gmail.com","dop":"2025-04-06","serial_number":"16378797833665","imei1":"16378797833665","imei2":"16378797833665","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193366,"job_number":"JOB_193366","tr_customer_id":193384,"tr_customer_product_id":193374,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:35:57.000Z","modified_at":"2026-02-21T07:36:27.000Z","name":"Viola Will","mobile_number":"263-726-4307","email_id":"Linnea30@yahoo.com","dop":"2025-04-06","serial_number":"11316960858598","imei1":"11316960858598","imei2":"11316960858598","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193363,"job_number":"JOB_193363","tr_customer_id":193381,"tr_customer_product_id":193371,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:32:33.000Z","modified_at":"2026-02-21T07:33:08.000Z","name":"Alexys Bernhard","mobile_number":"920-734-5675","email_id":"Pattie.Muller39@gmail.com","dop":"2025-08-24","serial_number":"16618505534438","imei1":"16618505534438","imei2":"16618505534438","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:33:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193360,"job_number":"JOB_193360","tr_customer_id":193378,"tr_customer_product_id":193368,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:50.000Z","modified_at":"2026-02-21T07:32:26.000Z","name":"Mason Towne","mobile_number":"724-812-1647","email_id":"Matt.Daugherty59@gmail.com","dop":"2025-08-24","serial_number":"16487528353046","imei1":"16487528353046","imei2":"16487528353046","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:32:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193357,"job_number":"JOB_193357","tr_customer_id":193375,"tr_customer_product_id":193365,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:31:07.000Z","modified_at":"2026-02-21T07:31:43.000Z","name":"Johann Harris","mobile_number":"232-519-0283","email_id":"Joanny17@yahoo.com","dop":"2025-08-24","serial_number":"11791771717087","imei1":"11791771717087","imei2":"11791771717087","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:31:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193354,"job_number":"JOB_193354","tr_customer_id":193372,"tr_customer_product_id":193362,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:28:18.000Z","modified_at":"2026-02-21T07:28:53.000Z","name":"Geovanny Jacobs","mobile_number":"661-289-5384","email_id":"Amparo_Erdman14@hotmail.com","dop":"2025-08-24","serial_number":"14983299584520","imei1":"14983299584520","imei2":"14983299584520","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193351,"job_number":"JOB_193351","tr_customer_id":193369,"tr_customer_product_id":193359,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:27:36.000Z","modified_at":"2026-02-21T07:28:11.000Z","name":"Daniela Gleichner","mobile_number":"445-986-8869","email_id":"Rashad_Bechtelar@yahoo.com","dop":"2025-08-24","serial_number":"13970668585595","imei1":"13970668585595","imei2":"13970668585595","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:28:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193348,"job_number":"JOB_193348","tr_customer_id":193366,"tr_customer_product_id":193356,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:26:53.000Z","modified_at":"2026-02-21T07:27:29.000Z","name":"Carleton Ratke","mobile_number":"358-266-6918","email_id":"Norwood.Reilly@hotmail.com","dop":"2025-08-24","serial_number":"11487694945416","imei1":"11487694945416","imei2":"11487694945416","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:27:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193344,"job_number":"JOB_193344","tr_customer_id":193362,"tr_customer_product_id":193352,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:02:05.000Z","modified_at":"2026-02-21T07:02:35.000Z","name":"Ursula Medhurst","mobile_number":"788-951-0752","email_id":"Mara_Gulgowski62@hotmail.com","dop":"2025-04-06","serial_number":"14733874466324","imei1":"14733874466324","imei2":"14733874466324","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:02:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193341,"job_number":"JOB_193341","tr_customer_id":193359,"tr_customer_product_id":193349,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:01:29.000Z","modified_at":"2026-02-21T07:01:59.000Z","name":"Elliott Treutel","mobile_number":"585-487-3139","email_id":"Keely.Wyman94@yahoo.com","dop":"2025-04-06","serial_number":"18631824641252","imei1":"18631824641252","imei2":"18631824641252","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193338,"job_number":"JOB_193338","tr_customer_id":193356,"tr_customer_product_id":193346,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T07:00:52.000Z","modified_at":"2026-02-21T07:01:23.000Z","name":"Amari Zemlak","mobile_number":"988-744-5187","email_id":"Shaun_Nader19@gmail.com","dop":"2025-04-06","serial_number":"18264054840186","imei1":"18264054840186","imei2":"18264054840186","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T07:01:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193335,"job_number":"JOB_193335","tr_customer_id":193353,"tr_customer_product_id":193343,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:40.000Z","modified_at":"2026-02-21T06:59:14.000Z","name":"Vern Rohan","mobile_number":"239-832-3482","email_id":"Freeman83@gmail.com","dop":"2025-04-06","serial_number":"11275658806153","imei1":"11275658806153","imei2":"11275658806153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:59:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193332,"job_number":"JOB_193332","tr_customer_id":193350,"tr_customer_product_id":193340,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:58:06.000Z","modified_at":"2026-02-21T06:58:35.000Z","name":"Demarcus Powlowski","mobile_number":"717-880-0942","email_id":"Manuel80@hotmail.com","dop":"2025-04-06","serial_number":"13577442173085","imei1":"13577442173085","imei2":"13577442173085","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193329,"job_number":"JOB_193329","tr_customer_id":193347,"tr_customer_product_id":193337,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T06:57:28.000Z","modified_at":"2026-02-21T06:58:00.000Z","name":"Myriam Connelly","mobile_number":"999-651-0551","email_id":"Eulalia.Bartell27@yahoo.com","dop":"2025-04-06","serial_number":"13447435050349","imei1":"13447435050349","imei2":"13447435050349","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T06:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193320,"job_number":"JOB_193320","tr_customer_id":193338,"tr_customer_product_id":193328,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:54.000Z","modified_at":"2026-02-21T05:28:04.000Z","name":"Bethany Deckow","mobile_number":"314-987-5620","email_id":"Kaylee_Jast@hotmail.com","dop":"2025-12-01","serial_number":"11106351049331","imei1":"11106351049331","imei2":"11106351049331","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:28:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193318,"job_number":"JOB_193318","tr_customer_id":193336,"tr_customer_product_id":193326,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:40.000Z","modified_at":"2026-02-21T05:27:50.000Z","name":"Joannie Gutmann","mobile_number":"463-795-0151","email_id":"Armando.Dietrich@gmail.com","dop":"2025-12-01","serial_number":"12499062602301","imei1":"12499062602301","imei2":"12499062602301","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193316,"job_number":"JOB_193316","tr_customer_id":193334,"tr_customer_product_id":193324,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:27:25.000Z","modified_at":"2026-02-21T05:27:35.000Z","name":"Kobe Bernier","mobile_number":"552-489-2552","email_id":"Monica54@yahoo.com","dop":"2025-12-01","serial_number":"11360939792248","imei1":"11360939792248","imei2":"11360939792248","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:27:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193313,"job_number":"JOB_193313","tr_customer_id":193331,"tr_customer_product_id":193321,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:57.000Z","modified_at":"2026-02-21T05:26:30.000Z","name":"Zelda Powlowski","mobile_number":"314-972-3649","email_id":"Elisabeth.Labadie95@hotmail.com","dop":"2025-04-06","serial_number":"13175201564904","imei1":"13175201564904","imei2":"13175201564904","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193311,"job_number":"JOB_193311","tr_customer_id":193329,"tr_customer_product_id":193319,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:25:37.000Z","modified_at":"2026-02-21T05:26:10.000Z","name":"Domenica Collins","mobile_number":"746-339-7800","email_id":"Austin5@gmail.com","dop":"2025-04-06","serial_number":"12427435221920","imei1":"12427435221920","imei2":"12427435221920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:26:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193309,"job_number":"JOB_193309","tr_customer_id":193327,"tr_customer_product_id":193317,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:23:11.000Z","modified_at":"2026-02-21T05:23:49.000Z","name":"Tyrel Wilderman","mobile_number":"513-509-6426","email_id":"Nathaniel.Blick52@hotmail.com","dop":"2025-04-06","serial_number":"13283692881048","imei1":"13283692881048","imei2":"13283692881048","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193306,"job_number":"JOB_193306","tr_customer_id":193324,"tr_customer_product_id":193314,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:22:27.000Z","modified_at":"2026-02-21T05:23:04.000Z","name":"Enos Marvin","mobile_number":"282-492-5837","email_id":"Sylvan10@gmail.com","dop":"2025-04-06","serial_number":"10743005981680","imei1":"10743005981680","imei2":"10743005981680","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:23:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193303,"job_number":"JOB_193303","tr_customer_id":193321,"tr_customer_product_id":193311,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:21:41.000Z","modified_at":"2026-02-21T05:22:19.000Z","name":"Lizzie Bogan","mobile_number":"442-276-6765","email_id":"Melissa_Stark@yahoo.com","dop":"2025-04-06","serial_number":"14811874004044","imei1":"14811874004044","imei2":"14811874004044","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:22:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193301,"job_number":"JOB_193301","tr_customer_id":193319,"tr_customer_product_id":193309,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:09:08.000Z","modified_at":"2026-02-21T05:09:17.000Z","name":"Arvel Dickinson","mobile_number":"346-385-2962","email_id":"Katlyn.Considine96@yahoo.com","dop":"2025-07-01","serial_number":"100049141429909","imei1":"100049141429909","imei2":"100049141429909","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193299,"job_number":"JOB_193299","tr_customer_id":193317,"tr_customer_product_id":193307,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T05:08:56.000Z","modified_at":"2026-02-21T05:09:06.000Z","name":"Camren Zieme","mobile_number":"921-905-4658","email_id":"Leopoldo.Quigley73@hotmail.com","dop":"2025-07-01","serial_number":"107558180908237","imei1":"107558180908237","imei2":"107558180908237","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T05:09:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193294,"job_number":"JOB_193294","tr_customer_id":193312,"tr_customer_product_id":193302,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:46.000Z","modified_at":"2026-02-21T04:46:12.000Z","name":"Zachary McGlynn","mobile_number":"697-307-6790","email_id":"Angelica_Durgan@yahoo.com","dop":"2024-08-17","serial_number":"97779585737244","imei1":"97779585737244","imei2":"97779585737244","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:46:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193292,"job_number":"JOB_193292","tr_customer_id":193310,"tr_customer_product_id":193300,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:45:16.000Z","modified_at":"2026-02-21T04:45:42.000Z","name":"Carolyne Funk","mobile_number":"883-396-6498","email_id":"Isom10@hotmail.com","dop":"2024-08-17","serial_number":"34307952831873","imei1":"34307952831873","imei2":"34307952831873","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193290,"job_number":"JOB_193290","tr_customer_id":193308,"tr_customer_product_id":193298,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:44:44.000Z","modified_at":"2026-02-21T04:45:12.000Z","name":"Leonard Hilll","mobile_number":"870-707-9907","email_id":"Randall_Rice@gmail.com","dop":"2024-08-17","serial_number":"93945081104275","imei1":"93945081104275","imei2":"93945081104275","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:45:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193288,"job_number":"JOB_193288","tr_customer_id":193306,"tr_customer_product_id":193296,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:37:27.000Z","modified_at":"2026-02-21T04:37:54.000Z","name":"Jaquelin Grimes","mobile_number":"502-663-5597","email_id":"Cynthia_Kessler54@hotmail.com","dop":"2024-08-17","serial_number":"89858708469995","imei1":"89858708469995","imei2":"89858708469995","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193286,"job_number":"JOB_193286","tr_customer_id":193304,"tr_customer_product_id":193294,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:56.000Z","modified_at":"2026-02-21T04:37:23.000Z","name":"Kristoffer Cremin","mobile_number":"202-436-0101","email_id":"Jazmyn.Hackett@gmail.com","dop":"2024-08-17","serial_number":"90388279891731","imei1":"90388279891731","imei2":"90388279891731","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193284,"job_number":"JOB_193284","tr_customer_id":193302,"tr_customer_product_id":193292,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:36:24.000Z","modified_at":"2026-02-21T04:36:52.000Z","name":"Leora Miller","mobile_number":"672-543-3845","email_id":"Chasity54@gmail.com","dop":"2024-08-17","serial_number":"73932246645475","imei1":"73932246645475","imei2":"73932246645475","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:36:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193282,"job_number":"JOB_193282","tr_customer_id":193300,"tr_customer_product_id":193290,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:57.000Z","modified_at":"2026-02-21T04:24:18.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"26508697618730","imei1":"26508697618730","imei2":"26508697618730","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:24:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193275,"job_number":"JOB_193275","tr_customer_id":193293,"tr_customer_product_id":193283,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:30.000Z","modified_at":"2026-02-21T04:23:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73104477557347","imei1":"73104477557347","imei2":"73104477557347","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193268,"job_number":"JOB_193268","tr_customer_id":193286,"tr_customer_product_id":193276,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:23:02.000Z","modified_at":"2026-02-21T04:23:23.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"17922120280401","imei1":"17922120280401","imei2":"17922120280401","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:23:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193261,"job_number":"JOB_193261","tr_customer_id":193279,"tr_customer_product_id":193269,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:46.000Z","modified_at":"2026-02-21T04:20:15.000Z","name":"Ada Orn","mobile_number":"956-952-4544","email_id":"Evie88@gmail.com","dop":"2026-01-04","serial_number":"10920797590499","imei1":"10920797590499","imei2":"110920797590499","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193258,"job_number":"JOB_193258","tr_customer_id":193276,"tr_customer_product_id":193266,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:18.000Z","modified_at":"2026-02-21T04:19:53.000Z","name":"Diego McCullough","mobile_number":"531-851-8177","email_id":"Melisa_Price@hotmail.com","dop":"2025-04-06","serial_number":"12556085110551","imei1":"12556085110551","imei2":"12556085110551","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193255,"job_number":"JOB_193255","tr_customer_id":193273,"tr_customer_product_id":193263,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:09.000Z","modified_at":"2026-02-21T04:19:46.000Z","name":"Myah Jast","mobile_number":"756-366-7486","email_id":"Easton.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"18396753141538","imei1":"18396753141538","imei2":"18396753141538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193253,"job_number":"JOB_193253","tr_customer_id":193271,"tr_customer_product_id":193261,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:08.000Z","modified_at":"2026-02-21T04:19:38.000Z","name":"Diamond Weimann","mobile_number":"674-543-7692","email_id":"Abigayle.Walker@yahoo.com","dop":"2026-01-04","serial_number":"15963007788435","imei1":"15963007788435","imei2":"115963007788435","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193250,"job_number":"JOB_193250","tr_customer_id":193268,"tr_customer_product_id":193258,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:07.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Joannie Predovic","mobile_number":"442-523-9006","email_id":"Rebeka.Gerhold@gmail.com","dop":"2025-04-06","serial_number":"13446975505686","imei1":"13446975505686","imei2":"13446975505686","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193246,"job_number":"JOB_193246","tr_customer_id":193264,"tr_customer_product_id":193254,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:19:05.000Z","modified_at":"2026-02-21T04:19:41.000Z","name":"Alysha Wilkinson","mobile_number":"614-822-8021","email_id":"Raven_Hickle70@gmail.com","dop":"2025-04-06","serial_number":"18303012856026","imei1":"18303012856026","imei2":"18303012856026","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193243,"job_number":"JOB_193243","tr_customer_id":193261,"tr_customer_product_id":193251,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:58.000Z","modified_at":"2026-02-21T04:19:34.000Z","name":"Nicklaus Gerhold","mobile_number":"438-430-5558","email_id":"Eugenia38@gmail.com","dop":"2025-04-06","serial_number":"18027293194607","imei1":"18027293194607","imei2":"18027293194607","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193240,"job_number":"JOB_193240","tr_customer_id":193258,"tr_customer_product_id":193248,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:53.000Z","modified_at":"2026-02-21T04:19:31.000Z","name":"Darlene Yost","mobile_number":"585-209-8716","email_id":"Justine.Blick@gmail.com","dop":"2025-04-06","serial_number":"13648792123068","imei1":"13648792123068","imei2":"13648792123068","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193237,"job_number":"JOB_193237","tr_customer_id":193255,"tr_customer_product_id":193245,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:35.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Matteo Ruecker","mobile_number":"686-737-8988","email_id":"Amely.Koss@yahoo.com","dop":"2025-04-06","serial_number":"13923418628226","imei1":"13923418628226","imei2":"13923418628226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193232,"job_number":"JOB_193232","tr_customer_id":193250,"tr_customer_product_id":193240,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:12.000Z","name":"Eusebio West","mobile_number":"603-962-8940","email_id":"Aimee.Osinski@hotmail.com","dop":"2025-04-06","serial_number":"16814559456626","imei1":"16814559456626","imei2":"16814559456626","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193230,"job_number":"JOB_193230","tr_customer_id":193248,"tr_customer_product_id":193238,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:11.000Z","name":"Jadyn Cassin","mobile_number":"938-348-2174","email_id":"Elisabeth3@gmail.com","dop":"2025-04-06","serial_number":"18415278501735","imei1":"18415278501735","imei2":"18415278501735","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193229,"job_number":"JOB_193229","tr_customer_id":193247,"tr_customer_product_id":193237,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:33.000Z","modified_at":"2026-02-21T04:19:09.000Z","name":"Brisa Rolfson","mobile_number":"477-428-3707","email_id":"Celestine19@yahoo.com","dop":"2000-01-31","serial_number":"10776945958390","imei1":"10776945958390","imei2":"10776945958390","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193225,"job_number":"JOB_193225","tr_customer_id":193243,"tr_customer_product_id":193233,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Gerardo Hayes","mobile_number":"908-801-7127","email_id":"Henry66@yahoo.com","dop":"2026-01-04","serial_number":"14275883237017","imei1":"14275883237017","imei2":"114275883237017","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193224,"job_number":"JOB_193224","tr_customer_id":193242,"tr_customer_product_id":193232,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:30.000Z","modified_at":"2026-02-21T04:19:08.000Z","name":"Herman Swaniawski","mobile_number":"696-202-2398","email_id":"Michel_Davis@gmail.com","dop":"2025-04-06","serial_number":"12599319724646","imei1":"12599319724646","imei2":"12599319724646","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193218,"job_number":"JOB_193218","tr_customer_id":193236,"tr_customer_product_id":193226,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:00.000Z","name":"Stevie Mante","mobile_number":"773-208-8173","email_id":"Lia_Goyette@hotmail.com","dop":"2025-04-06","serial_number":"11903249523991","imei1":"11903249523991","imei2":"11903249523991","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193216,"job_number":"JOB_193216","tr_customer_id":193234,"tr_customer_product_id":193224,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:25.000Z","modified_at":"2026-02-21T04:19:01.000Z","name":"Mireille Rice","mobile_number":"606-589-7942","email_id":"Shakira.Towne@yahoo.com","dop":"2025-04-06","serial_number":"13819929116008","imei1":"13819929116008","imei2":"13819929116008","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:19:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193213,"job_number":"JOB_193213","tr_customer_id":193231,"tr_customer_product_id":193221,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:21.000Z","modified_at":"2026-02-21T04:18:58.000Z","name":"Maria Renner","mobile_number":"497-237-0081","email_id":"Frida.Reichert@yahoo.com","dop":"2025-04-06","serial_number":"18146710523540","imei1":"18146710523540","imei2":"18146710523540","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193209,"job_number":"JOB_193209","tr_customer_id":193227,"tr_customer_product_id":193217,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:51.000Z","name":"Catharine Ondricka","mobile_number":"685-688-7570","email_id":"Easton.Corwin@gmail.com","dop":"2025-04-06","serial_number":"12649336607726","imei1":"12649336607726","imei2":"12649336607726","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193207,"job_number":"JOB_193207","tr_customer_id":193225,"tr_customer_product_id":193215,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:15.000Z","modified_at":"2026-02-21T04:18:54.000Z","name":"Alden Hoeger","mobile_number":"236-287-3044","email_id":"Aliza_Trantow@yahoo.com","dop":"2025-08-24","serial_number":"16319639326275","imei1":"16319639326275","imei2":"16319639326275","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193201,"job_number":"JOB_193201","tr_customer_id":193219,"tr_customer_product_id":193209,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:18:07.000Z","modified_at":"2026-02-21T04:18:46.000Z","name":"Lucienne Rempel","mobile_number":"687-809-7678","email_id":"Brice93@yahoo.com","dop":"2025-04-06","serial_number":"18008439945566","imei1":"18008439945566","imei2":"18008439945566","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193196,"job_number":"JOB_193196","tr_customer_id":193214,"tr_customer_product_id":193204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:57.000Z","modified_at":"2026-02-21T04:18:32.000Z","name":"Lydia Roob","mobile_number":"366-438-0275","email_id":"Stephen17@gmail.com","dop":"2025-04-06","serial_number":"10492082003953","imei1":"10492082003953","imei2":"10492082003953","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193194,"job_number":"JOB_193194","tr_customer_id":193212,"tr_customer_product_id":193202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:56.000Z","modified_at":"2026-02-21T04:18:31.000Z","name":"Gracie Walsh","mobile_number":"407-471-8634","email_id":"Una_Johnson35@hotmail.com","dop":"2025-12-31","serial_number":"105497820073961","imei1":"105497820073961","imei2":"105497820073961","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193192,"job_number":"JOB_193192","tr_customer_id":193210,"tr_customer_product_id":193200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:52.000Z","modified_at":"2026-02-21T04:18:22.000Z","name":"Johnnie Zboncak","mobile_number":"335-205-6655","email_id":"Braulio.Nienow93@gmail.com","dop":"2026-01-04","serial_number":"15187263689488","imei1":"15187263689488","imei2":"115187263689488","popurl":"2026-01-04T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193185,"job_number":"JOB_193185","tr_customer_id":193203,"tr_customer_product_id":193193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:51.000Z","modified_at":"2026-02-21T04:18:28.000Z","name":"Garland Wuckert","mobile_number":"515-282-0116","email_id":"Percival_Stanton34@hotmail.com","dop":"2025-04-06","serial_number":"17755518931153","imei1":"17755518931153","imei2":"17755518931153","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193180,"job_number":"JOB_193180","tr_customer_id":193198,"tr_customer_product_id":193188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Immanuel Bechtelar","mobile_number":"891-434-3255","email_id":"Casimer_Mosciski@yahoo.com","dop":"2025-04-06","serial_number":"18033340805341","imei1":"18033340805341","imei2":"18033340805341","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193179,"job_number":"JOB_193179","tr_customer_id":193197,"tr_customer_product_id":193187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:50.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Margarett Williamson","mobile_number":"504-624-0501","email_id":"Elinore_Hartmann@gmail.com","dop":"2025-02-01","serial_number":"45952498880878","imei1":"45952498880878","imei2":"45952498880878","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193178,"job_number":"JOB_193178","tr_customer_id":193196,"tr_customer_product_id":193186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Mia Conn","mobile_number":"670-290-3153","email_id":"Michaela27@gmail.com","dop":"2000-01-31","serial_number":"10077478946877","imei1":"10077478946877","imei2":"10077478946877","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193174,"job_number":"JOB_193174","tr_customer_id":193192,"tr_customer_product_id":193182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:49.000Z","modified_at":"2026-02-21T04:18:24.000Z","name":"Dustin Hettinger","mobile_number":"507-648-3474","email_id":"Haylee40@gmail.com","dop":"2025-04-06","serial_number":"11428685122191","imei1":"11428685122191","imei2":"11428685122191","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193170,"job_number":"JOB_193170","tr_customer_id":193188,"tr_customer_product_id":193178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:48.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Marguerite Kuphal","mobile_number":"556-911-6555","email_id":"Earline.Shanahan@yahoo.com","dop":"2025-04-06","serial_number":"16136254981729","imei1":"16136254981729","imei2":"16136254981729","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193166,"job_number":"JOB_193166","tr_customer_id":193184,"tr_customer_product_id":193174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:47.000Z","modified_at":"2026-02-21T04:18:25.000Z","name":"Albertha Tremblay","mobile_number":"252-592-6444","email_id":"Zack_Pfannerstill34@yahoo.com","dop":"2025-04-06","serial_number":"16424619854702","imei1":"16424619854702","imei2":"16424619854702","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193162,"job_number":"JOB_193162","tr_customer_id":193180,"tr_customer_product_id":193170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:46.000Z","modified_at":"2026-02-21T04:18:26.000Z","name":"Wilton Harris","mobile_number":"278-998-5568","email_id":"Brody56@gmail.com","dop":"2025-04-06","serial_number":"14206468269022","imei1":"14206468269022","imei2":"14206468269022","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193160,"job_number":"JOB_193160","tr_customer_id":193178,"tr_customer_product_id":193168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:45.000Z","modified_at":"2026-02-21T04:18:23.000Z","name":"Abner Hilll","mobile_number":"409-831-9660","email_id":"Chris97@yahoo.com","dop":"2025-04-06","serial_number":"11844080616654","imei1":"11844080616654","imei2":"11844080616654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193156,"job_number":"JOB_193156","tr_customer_id":193174,"tr_customer_product_id":193164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:44.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"Imani Howe","mobile_number":"276-846-6886","email_id":"Fredrick47@hotmail.com","dop":"2025-04-06","serial_number":"14486234836943","imei1":"14486234836943","imei2":"14486234836943","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193153,"job_number":"JOB_193153","tr_customer_id":193171,"tr_customer_product_id":193161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:18.000Z","name":"April Sauer","mobile_number":"812-225-7923","email_id":"Marcia.Williamson@hotmail.com","dop":"2025-04-06","serial_number":"13353083380964","imei1":"13353083380964","imei2":"13353083380964","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193149,"job_number":"JOB_193149","tr_customer_id":193167,"tr_customer_product_id":193157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:42.000Z","modified_at":"2026-02-21T04:18:16.000Z","name":"Jayde Collier","mobile_number":"245-912-0702","email_id":"Elian.Roberts@hotmail.com","dop":"2025-04-06","serial_number":"13162322688699","imei1":"13162322688699","imei2":"13162322688699","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193144,"job_number":"JOB_193144","tr_customer_id":193162,"tr_customer_product_id":193152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:04.000Z","name":"Lavada Hoeger","mobile_number":"998-259-7013","email_id":"Wilford_Bashirian16@gmail.com","dop":"2024-08-17","serial_number":"51860195834488","imei1":"51860195834488","imei2":"51860195834488","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193140,"job_number":"JOB_193140","tr_customer_id":193158,"tr_customer_product_id":193148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:38.000Z","modified_at":"2026-02-21T04:18:14.000Z","name":"Erling Wilkinson","mobile_number":"927-461-8168","email_id":"Regan.Kilback33@hotmail.com","dop":"2025-04-06","serial_number":"10661040786755","imei1":"10661040786755","imei2":"10661040786755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193132,"job_number":"JOB_193132","tr_customer_id":193150,"tr_customer_product_id":193140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:10.000Z","name":"Lupe Wolff","mobile_number":"624-653-6617","email_id":"Concepcion_Haag8@hotmail.com","dop":"2025-04-06","serial_number":"12892600020348","imei1":"12892600020348","imei2":"12892600020348","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193131,"job_number":"JOB_193131","tr_customer_id":193149,"tr_customer_product_id":193139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:32.000Z","modified_at":"2026-02-21T04:18:08.000Z","name":"Vella McLaughlin","mobile_number":"929-848-9465","email_id":"Shad_Lebsack82@yahoo.com","dop":"2025-04-06","serial_number":"10334382376399","imei1":"10334382376399","imei2":"10334382376399","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193123,"job_number":"JOB_193123","tr_customer_id":193141,"tr_customer_product_id":193131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:27.000Z","modified_at":"2026-02-21T04:18:07.000Z","name":"Alexandro Watsica","mobile_number":"430-236-7924","email_id":"Colin.Gorczany3@hotmail.com","dop":"2025-08-24","serial_number":"14433775793903","imei1":"14433775793903","imei2":"14433775793903","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193119,"job_number":"JOB_193119","tr_customer_id":193137,"tr_customer_product_id":193127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:18:00.000Z","name":"Geovany Rau","mobile_number":"411-466-8055","email_id":"Dora.Sauer36@gmail.com","dop":"2025-04-06","serial_number":"12786283990986","imei1":"12786283990986","imei2":"12786283990986","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:18:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193117,"job_number":"JOB_193117","tr_customer_id":193135,"tr_customer_product_id":193125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:22.000Z","modified_at":"2026-02-21T04:17:59.000Z","name":"Nora Hyatt","mobile_number":"497-985-3915","email_id":"Bradford.Hauck@yahoo.com","dop":"2025-04-06","serial_number":"10300806899451","imei1":"10300806899451","imei2":"10300806899451","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193115,"job_number":"JOB_193115","tr_customer_id":193133,"tr_customer_product_id":193123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:16.000Z","modified_at":"2026-02-21T04:17:52.000Z","name":"Clair Aufderhar","mobile_number":"785-772-7864","email_id":"Demarco43@yahoo.com","dop":"2025-04-06","serial_number":"17753364731979","imei1":"17753364731979","imei2":"17753364731979","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193113,"job_number":"JOB_193113","tr_customer_id":193131,"tr_customer_product_id":193121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:15.000Z","modified_at":"2026-02-21T04:17:50.000Z","name":"Florian Kutch","mobile_number":"295-692-8298","email_id":"Arnaldo.Steuber@yahoo.com","dop":"2025-04-06","serial_number":"12121462446416","imei1":"12121462446416","imei2":"12121462446416","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193111,"job_number":"JOB_193111","tr_customer_id":193129,"tr_customer_product_id":193119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:14.000Z","modified_at":"2026-02-21T04:17:48.000Z","name":"Magdalen Gaylord","mobile_number":"390-992-5454","email_id":"Lauretta.Cummings@yahoo.com","dop":"2025-12-31","serial_number":"106449994851333","imei1":"106449994851333","imei2":"106449994851333","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193108,"job_number":"JOB_193108","tr_customer_id":193126,"tr_customer_product_id":193116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:34.000Z","name":"Tyson Cronin","mobile_number":"670-639-8783","email_id":"Jacinto_Hand@hotmail.com","dop":"2024-08-17","serial_number":"45047862329689","imei1":"45047862329689","imei2":"45047862329689","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193107,"job_number":"JOB_193107","tr_customer_id":193125,"tr_customer_product_id":193115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:09.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Blake Bernier","mobile_number":"248-434-2624","email_id":"Maurice.Blanda@gmail.com","dop":"2025-04-06","serial_number":"18535155347295","imei1":"18535155347295","imei2":"18535155347295","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193101,"job_number":"JOB_193101","tr_customer_id":193119,"tr_customer_product_id":193109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Maiya Rogahn","mobile_number":"868-325-0445","email_id":"Madalyn24@hotmail.com","dop":"2025-04-06","serial_number":"18809941887522","imei1":"18809941887522","imei2":"18809941887522","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193100,"job_number":"JOB_193100","tr_customer_id":193118,"tr_customer_product_id":193108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:42.000Z","name":"Jonatan Beier","mobile_number":"738-239-7494","email_id":"Demarco90@yahoo.com","dop":"2000-01-31","serial_number":"10166544059245","imei1":"10166544059245","imei2":"10166544059245","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193098,"job_number":"JOB_193098","tr_customer_id":193116,"tr_customer_product_id":193106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:07.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Lance Kohler","mobile_number":"939-540-5716","email_id":"John_Pagac@gmail.com","dop":"2025-02-01","serial_number":"39149399827284","imei1":"39149399827284","imei2":"39149399827284","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193096,"job_number":"JOB_193096","tr_customer_id":193114,"tr_customer_product_id":193104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:06.000Z","modified_at":"2026-02-21T04:17:41.000Z","name":"Rhett Beatty","mobile_number":"945-975-1851","email_id":"Reta_White95@hotmail.com","dop":"2025-04-06","serial_number":"17188485246800","imei1":"17188485246800","imei2":"17188485246800","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193089,"job_number":"JOB_193089","tr_customer_id":193107,"tr_customer_product_id":193097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:03.000Z","modified_at":"2026-02-21T04:17:40.000Z","name":"Dudley Frami","mobile_number":"220-894-2813","email_id":"Tracy_Rohan51@yahoo.com","dop":"2025-04-06","serial_number":"10818583219922","imei1":"10818583219922","imei2":"10818583219922","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193087,"job_number":"JOB_193087","tr_customer_id":193105,"tr_customer_product_id":193095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:02.000Z","modified_at":"2026-02-21T04:17:35.000Z","name":"Mattie Hane","mobile_number":"936-266-1844","email_id":"Lew.Brekke@hotmail.com","dop":"2025-04-06","serial_number":"11449573579550","imei1":"11449573579550","imei2":"11449573579550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193083,"job_number":"JOB_193083","tr_customer_id":193101,"tr_customer_product_id":193091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:17:00.000Z","modified_at":"2026-02-21T04:17:37.000Z","name":"Roselyn Conn","mobile_number":"374-319-7670","email_id":"Tyrell.Carter15@gmail.com","dop":"2025-04-06","serial_number":"16088265186379","imei1":"16088265186379","imei2":"16088265186379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193078,"job_number":"JOB_193078","tr_customer_id":193096,"tr_customer_product_id":193086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:47.000Z","modified_at":"2026-02-21T04:17:24.000Z","name":"Ryley Russel","mobile_number":"690-855-5846","email_id":"Josefa41@gmail.com","dop":"2025-04-06","serial_number":"17435602948722","imei1":"17435602948722","imei2":"17435602948722","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193075,"job_number":"JOB_193075","tr_customer_id":193093,"tr_customer_product_id":193083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:45.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Santa Koch","mobile_number":"849-830-3000","email_id":"Carlotta_Hilpert@gmail.com","dop":"2025-06-18","serial_number":"10190899263279","imei1":"10190899263279","imei2":"10190899263279","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193071,"job_number":"JOB_193071","tr_customer_id":193089,"tr_customer_product_id":193079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:41.000Z","modified_at":"2026-02-21T04:17:19.000Z","name":"Shannon Mayer","mobile_number":"227-266-6461","email_id":"Stanton35@hotmail.com","dop":"2025-08-24","serial_number":"19795644594538","imei1":"19795644594538","imei2":"19795644594538","popurl":"2025-08-24T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193067,"job_number":"JOB_193067","tr_customer_id":193085,"tr_customer_product_id":193075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:39.000Z","modified_at":"2026-02-21T04:17:05.000Z","name":"Antonia Runolfsdottir","mobile_number":"392-862-2457","email_id":"Francisco.Botsford64@yahoo.com","dop":"2024-08-17","serial_number":"68968340708043","imei1":"68968340708043","imei2":"68968340708043","popurl":"2024-08-17T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193063,"job_number":"JOB_193063","tr_customer_id":193081,"tr_customer_product_id":193071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:33.000Z","modified_at":"2026-02-21T04:17:08.000Z","name":"Rafael Feest","mobile_number":"491-389-0093","email_id":"Glenna_Leuschke3@gmail.com","dop":"2025-04-06","serial_number":"19737277034440","imei1":"19737277034440","imei2":"19737277034440","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193060,"job_number":"JOB_193060","tr_customer_id":193078,"tr_customer_product_id":193068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:32.000Z","modified_at":"2026-02-21T04:17:06.000Z","name":"Myles Wehner","mobile_number":"767-599-6850","email_id":"Armand_Nader45@yahoo.com","dop":"2025-12-31","serial_number":"108686419170396","imei1":"108686419170396","imei2":"108686419170396","popurl":"2025-12-31T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193056,"job_number":"JOB_193056","tr_customer_id":193074,"tr_customer_product_id":193064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:28.000Z","modified_at":"2026-02-21T04:17:02.000Z","name":"Aditya Mayer","mobile_number":"252-513-1084","email_id":"Reilly_Macejkovic@hotmail.com","dop":"2025-04-06","serial_number":"14671174688767","imei1":"14671174688767","imei2":"14671174688767","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193051,"job_number":"JOB_193051","tr_customer_id":193069,"tr_customer_product_id":193059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:16:59.000Z","name":"Holly Casper","mobile_number":"323-369-8018","email_id":"Angelica58@hotmail.com","dop":"2025-04-06","serial_number":"17225770050019","imei1":"17225770050019","imei2":"17225770050019","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193048,"job_number":"JOB_193048","tr_customer_id":193066,"tr_customer_product_id":193056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Domenick Goyette","mobile_number":"705-307-2504","email_id":"Paige76@yahoo.com","dop":"2025-04-06","serial_number":"13551981198354","imei1":"13551981198354","imei2":"13551981198354","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193047,"job_number":"JOB_193047","tr_customer_id":193065,"tr_customer_product_id":193055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:25.000Z","modified_at":"2026-02-21T04:17:00.000Z","name":"Alysson Mueller","mobile_number":"375-845-6225","email_id":"Destini69@hotmail.com","dop":"2000-01-31","serial_number":"10478611077127","imei1":"10478611077127","imei2":"10478611077127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193045,"job_number":"JOB_193045","tr_customer_id":193063,"tr_customer_product_id":193053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:16:58.000Z","name":"Russel Kohler","mobile_number":"757-289-4328","email_id":"Guadalupe_Reynolds@yahoo.com","dop":"2025-02-01","serial_number":"44225156645102","imei1":"44225156645102","imei2":"44225156645102","popurl":"2025-02-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193043,"job_number":"JOB_193043","tr_customer_id":193061,"tr_customer_product_id":193051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:24.000Z","modified_at":"2026-02-21T04:17:01.000Z","name":"Royal Walker","mobile_number":"416-249-8267","email_id":"Austyn_Gulgowski41@gmail.com","dop":"2025-04-06","serial_number":"16206979917443","imei1":"16206979917443","imei2":"16206979917443","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:17:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193040,"job_number":"JOB_193040","tr_customer_id":193058,"tr_customer_product_id":193048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:22.000Z","modified_at":"2026-02-21T04:16:55.000Z","name":"Nathan Hegmann","mobile_number":"393-429-6069","email_id":"Ulises.Towne@hotmail.com","dop":"2025-04-06","serial_number":"12190759712000","imei1":"12190759712000","imei2":"12190759712000","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193033,"job_number":"JOB_193033","tr_customer_id":193051,"tr_customer_product_id":193041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:11.000Z","modified_at":"2026-02-21T04:16:43.000Z","name":"Ryan Thompson","mobile_number":"960-304-9547","email_id":"Elfrieda_Bernhard@yahoo.com","dop":"2025-04-06","serial_number":"14848909467634","imei1":"14848909467634","imei2":"14848909467634","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193031,"job_number":"JOB_193031","tr_customer_id":193049,"tr_customer_product_id":193039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:10.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Carroll Torphy","mobile_number":"763-788-5840","email_id":"Filomena54@hotmail.com","dop":"2025-04-06","serial_number":"19557290017761","imei1":"19557290017761","imei2":"19557290017761","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193030,"job_number":"JOB_193030","tr_customer_id":193048,"tr_customer_product_id":193038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:09.000Z","modified_at":"2026-02-21T04:16:45.000Z","name":"Lambert O'Hara","mobile_number":"277-381-7654","email_id":"Dereck_Braun3@hotmail.com","dop":"2025-04-06","serial_number":"19777200205114","imei1":"19777200205114","imei2":"19777200205114","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193028,"job_number":"JOB_193028","tr_customer_id":193046,"tr_customer_product_id":193036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:04.000Z","modified_at":"2026-02-21T04:16:38.000Z","name":"Chasity Runte","mobile_number":"653-943-0104","email_id":"Friedrich.Kilback22@yahoo.com","dop":"2025-06-18","serial_number":"10853008402041","imei1":"10853008402041","imei2":"10853008402041","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193025,"job_number":"JOB_193025","tr_customer_id":193043,"tr_customer_product_id":193033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:16:02.000Z","modified_at":"2026-02-21T04:16:39.000Z","name":"Raina Mraz","mobile_number":"460-742-2109","email_id":"Nicola.Schinner@gmail.com","dop":"2025-04-06","serial_number":"13130962790074","imei1":"13130962790074","imei2":"13130962790074","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193022,"job_number":"JOB_193022","tr_customer_id":193040,"tr_customer_product_id":193030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:46.000Z","modified_at":"2026-02-21T04:16:22.000Z","name":"Britney Beahan","mobile_number":"601-518-8095","email_id":"Linda_Torp5@yahoo.com","dop":"2025-04-06","serial_number":"19981174214982","imei1":"19981174214982","imei2":"19981174214982","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:16:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193021,"job_number":"JOB_193021","tr_customer_id":193039,"tr_customer_product_id":193029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:45.000Z","modified_at":"2026-02-21T04:15:53.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"36401820493528","imei1":"36401820493528","imei2":"36401820493528","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193020,"job_number":"JOB_193020","tr_customer_id":193038,"tr_customer_product_id":193028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T04:15:35.000Z","modified_at":"2026-02-21T04:15:43.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"54962880496731","imei1":"54962880496731","imei2":"54962880496731","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T04:15:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193016,"job_number":"JOB_193016","tr_customer_id":193034,"tr_customer_product_id":193024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T03:06:25.000Z","modified_at":"2026-02-21T03:06:40.000Z","name":"Sabryna Prosacco","mobile_number":"749-422-7915","email_id":"Kassandra.Torp72@gmail.com","dop":"2025-05-30","serial_number":"17700554520105","imei1":"17700554520105","imei2":"17700554520105","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T03:06:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":193015,"job_number":"JOB_193015","tr_customer_id":193033,"tr_customer_product_id":193023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T02:33:49.000Z","modified_at":"2026-02-21T02:49:38.000Z","name":"Joe P","mobile_number":"6789054321","email_id":"ayushimatiyali@gmail.com","dop":"2026-01-12","serial_number":"94120839754123","imei1":"94120839754123","imei2":"94120839754123","popurl":"2026-01-12T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T02:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 6c132b6a-286a-4564-a2fb-6387b64c280c |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"2328-vo8dbGyqkT4lMoZcbRXMmrPpXEY" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":192995,"job_number":"JOB_192995","tr_customer_id":193013,"tr_customer_product_id":193003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T20:45:06.000Z","modified_at":"2026-02-20T20:45:24.000Z","name":"Jewel Fadel","mobile_number":"275-542-8101","email_id":"Clair19@hotmail.com","dop":"2025-12-30","serial_number":"10365690447925","imei1":"10365690447925","imei2":"10365690447925","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T20:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192997,"job_number":"JOB_192997","tr_customer_id":193015,"tr_customer_product_id":193005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:22:11.000Z","modified_at":"2026-02-20T21:22:27.000Z","name":"Shanie Olson","mobile_number":"622-461-9676","email_id":"Brenna_Waelchi@gmail.com","dop":"2025-12-30","serial_number":"10541277174872","imei1":"10541277174872","imei2":"10541277174872","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192998,"job_number":"JOB_192998","tr_customer_id":193016,"tr_customer_product_id":193006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:28:40.000Z","modified_at":"2026-02-20T21:28:57.000Z","name":"Waylon Lind","mobile_number":"268-883-1438","email_id":"Clementina_Jacobi@hotmail.com","dop":"2025-12-30","serial_number":"10656811334455","imei1":"10656811334455","imei2":"10656811334455","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192999,"job_number":"JOB_192999","tr_customer_id":193017,"tr_customer_product_id":193007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:28:59.000Z","modified_at":"2026-02-20T21:29:15.000Z","name":"Marty Schmeler","mobile_number":"865-735-9671","email_id":"Nikolas.Mertz@gmail.com","dop":"2025-12-30","serial_number":"10676315732937","imei1":"10676315732937","imei2":"10676315732937","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193000,"job_number":"JOB_193000","tr_customer_id":193018,"tr_customer_product_id":193008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:35:31.000Z","modified_at":"2026-02-20T21:35:48.000Z","name":"Eve Larson","mobile_number":"420-274-8443","email_id":"Moses.Leffler61@yahoo.com","dop":"2025-12-30","serial_number":"10634968706749","imei1":"10634968706749","imei2":"10634968706749","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193001,"job_number":"JOB_193001","tr_customer_id":193019,"tr_customer_product_id":193009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:35:42.000Z","modified_at":"2026-02-20T21:35:59.000Z","name":"Clifford Reinger","mobile_number":"794-723-3494","email_id":"Rita_Marvin@gmail.com","dop":"2025-12-30","serial_number":"10321650018398","imei1":"10321650018398","imei2":"10321650018398","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193002,"job_number":"JOB_193002","tr_customer_id":193020,"tr_customer_product_id":193010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:52:11.000Z","modified_at":"2026-02-20T21:52:27.000Z","name":"Thalia Mills","mobile_number":"283-886-4486","email_id":"Stephon.Willms96@gmail.com","dop":"2025-12-30","serial_number":"10907053491531","imei1":"10907053491531","imei2":"10907053491531","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:52:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193004,"job_number":"JOB_193004","tr_customer_id":193022,"tr_customer_product_id":193012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:48:03.000Z","modified_at":"2026-02-21T02:52:51.000Z","name":"Agrata Tagore","mobile_number":"7077233100","email_id":"gorakhnath.kaur@gmail.com","dop":"2026-02-10","serial_number":"160785659416833","imei1":"160785659416833","imei2":"160785659416833","popurl":"www.rakesh-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-21T02:52:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:21.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-21T13:37:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65000}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 645cbde9-fc75-4183-b33a-9ba3360da05a |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":193463}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 49 |
| ETag | W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"QC completed successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc1ODEzNDYwMn0.IKziLom5GCJidCxa0Zl4yRmGn61vcb2fvTd2MkRYGXc' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc3MTY4MTA0MX0.15y_KRrjI5Mx_mklNJcr40W1bsgSnD2D7rVt8jZAJHk |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | d817be64-21fb-4763-8f4f-4b16a006b87f |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"1f4e-PQ9GCRIXu5NIRnBW8RyrE75UOXA" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":[{"id":192995,"job_number":"JOB_192995","tr_customer_id":193013,"tr_customer_product_id":193003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T20:45:06.000Z","modified_at":"2026-02-20T20:45:24.000Z","name":"Jewel Fadel","mobile_number":"275-542-8101","email_id":"Clair19@hotmail.com","dop":"2025-12-30","serial_number":"10365690447925","imei1":"10365690447925","imei2":"10365690447925","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T20:45:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192997,"job_number":"JOB_192997","tr_customer_id":193015,"tr_customer_product_id":193005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:22:11.000Z","modified_at":"2026-02-20T21:22:27.000Z","name":"Shanie Olson","mobile_number":"622-461-9676","email_id":"Brenna_Waelchi@gmail.com","dop":"2025-12-30","serial_number":"10541277174872","imei1":"10541277174872","imei2":"10541277174872","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:22:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192998,"job_number":"JOB_192998","tr_customer_id":193016,"tr_customer_product_id":193006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:28:40.000Z","modified_at":"2026-02-20T21:28:57.000Z","name":"Waylon Lind","mobile_number":"268-883-1438","email_id":"Clementina_Jacobi@hotmail.com","dop":"2025-12-30","serial_number":"10656811334455","imei1":"10656811334455","imei2":"10656811334455","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:28:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":192999,"job_number":"JOB_192999","tr_customer_id":193017,"tr_customer_product_id":193007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:28:59.000Z","modified_at":"2026-02-20T21:29:15.000Z","name":"Marty Schmeler","mobile_number":"865-735-9671","email_id":"Nikolas.Mertz@gmail.com","dop":"2025-12-30","serial_number":"10676315732937","imei1":"10676315732937","imei2":"10676315732937","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:29:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193000,"job_number":"JOB_193000","tr_customer_id":193018,"tr_customer_product_id":193008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:35:31.000Z","modified_at":"2026-02-20T21:35:48.000Z","name":"Eve Larson","mobile_number":"420-274-8443","email_id":"Moses.Leffler61@yahoo.com","dop":"2025-12-30","serial_number":"10634968706749","imei1":"10634968706749","imei2":"10634968706749","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:35:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193001,"job_number":"JOB_193001","tr_customer_id":193019,"tr_customer_product_id":193009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:35:42.000Z","modified_at":"2026-02-20T21:35:59.000Z","name":"Clifford Reinger","mobile_number":"794-723-3494","email_id":"Rita_Marvin@gmail.com","dop":"2025-12-30","serial_number":"10321650018398","imei1":"10321650018398","imei2":"10321650018398","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:35:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193002,"job_number":"JOB_193002","tr_customer_id":193020,"tr_customer_product_id":193010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T21:52:11.000Z","modified_at":"2026-02-20T21:52:27.000Z","name":"Thalia Mills","mobile_number":"283-886-4486","email_id":"Stephon.Willms96@gmail.com","dop":"2025-12-30","serial_number":"10907053491531","imei1":"10907053491531","imei2":"10907053491531","popurl":"2025-12-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-20T21:52:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]},{"id":193004,"job_number":"JOB_193004","tr_customer_id":193022,"tr_customer_product_id":193012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-20T23:48:03.000Z","modified_at":"2026-02-21T02:52:51.000Z","name":"Agrata Tagore","mobile_number":"7077233100","email_id":"gorakhnath.kaur@gmail.com","dop":"2026-02-10","serial_number":"160785659416833","imei1":"160785659416833","imei2":"160785659416833","popurl":"www.rakesh-namboothiri.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-02-21T02:52:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"username":"iamfd","password":"password"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7344f4b5-1e66-4641-920b-1bdce7258b54 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 58 |
{
"username": "iamfd",
"password": "password"
}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 690 |
| ETag | W/"2b2-rs2Ik/q7KyxoAVzsa6RXLNo49do" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:23 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 67b4e900-38ea-474f-ab8a-213762d7ad84 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 438 |
| ETag | W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'If-None-Match: W/"cb-tPGHeYpNX6zRGujRS7nG3BGU5uY"' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 7ca626dd-c254-4021-9da9-ee84be36a553 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 242 |
| ETag | W/"f2-vGOAJOF8q1MPKa2Qz2qJpoGRVmM" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":1},{"label":"Created today","key":"created_today","count":460},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"details_key":"pending_for_delivery"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 8c95a4b3-cbd3-4433-b3b9-b5d6d8c43c2b |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 38 |
{"details_key":"pending_for_delivery"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-xzMf5svDhvNnPIuvQuAZI43x67M" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:23.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-21T13:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 9d92540d-7fab-498e-bb71-09e8c8421f31 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1007 |
| ETag | W/"3ef-xzMf5svDhvNnPIuvQuAZI43x67M" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:24 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:23.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-02-21T13:37:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"job_id":65260}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 01389263-eb44-43f8-af5b-48c32c923c66 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 17 |
{"job_id":193463}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 58 |
| ETag | W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Delivered to customer successfully","data":[]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/json' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--data-raw '{"searchText":"JOB_69251"}' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | a0e5129a-71de-4b91-8601-bc17dab749ba |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 27 |
{"searchText":"JOB_193463"}
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| Content-Length | 1010 |
| ETag | W/"3f2-bvyf0HyH0uznL0UTI2XW0GexNRo" |
| Vary | Accept-Encoding |
| Date | Sat, 21 Feb 2026 13:37:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
{"message":"Success","data":[{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:25.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T13:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_65040' \
-X 'POST' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Accept-Language: en-US,en;q=0.6' \
-H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NTgxMzgyNjN9.GO1RImnhmao50Y85WFpL-ySBxMfIYjYdFXbnrJIks_Q' \
-H 'Connection: keep-alive' \
-H 'Content-Length: 0' \
-H 'Content-Type: text/plain' \
-H 'Origin: http://phoenix.techwithjatin.com' \
-H 'Referer: http://phoenix.techwithjatin.com/' \
-H 'Sec-GPC: 1' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36' \
--insecure
| Header Name | Header Value |
|---|---|
| Authorization | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NzE2ODEwNDN9.5CqbfG1j67n-gVtPBDp_XezZSRHd2jT0BujnlOREnM0 |
| Content-Type | application/json |
| User-Agent | PostmanRuntime/7.39.1 |
| Accept | */* |
| Cache-Control | no-cache |
| Postman-Token | 0348b912-6be8-4525-b1a8-e2e21a732c79 |
| Host | 64.227.160.186:9000 |
| Accept-Encoding | gzip, deflate, br |
| Connection | keep-alive |
| Content-Length | 0 |
| Header Name | Header Value |
|---|---|
| X-DNS-Prefetch-Control | off |
| X-Frame-Options | SAMEORIGIN |
| Strict-Transport-Security | max-age=15552000; includeSubDomains |
| X-Download-Options | noopen |
| X-Content-Type-Options | nosniff |
| X-XSS-Protection | 1; mode=block |
| Access-Control-Allow-Origin | * |
| Content-Type | application/json; charset=utf-8 |
| ETag | W/"a3e-GRL+LEzHryaQA7uZG/60uQI2jTg" |
| Vary | Accept-Encoding |
| Content-Encoding | gzip |
| Date | Sat, 21 Feb 2026 13:37:25 GMT |
| Connection | keep-alive |
| Keep-Alive | timeout=5 |
| Transfer-Encoding | chunked |
{"message":"Success","data":{"id":193463,"job_number":"JOB_193463","tr_customer_id":193481,"tr_customer_product_id":193471,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-02-21T13:37:08.000Z","modified_at":"2026-02-21T13:37:25.000Z","name":"Ned Brown","mobile_number":"458-751-5371","email_id":"Jazmyne47@hotmail.com","dop":"2025-05-30","serial_number":"13324585538684","imei1":"13324585538684","imei2":"13324585538684","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-02-21T13:37:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","details":[{"id":738447,"mst_action_status":"Job Creation","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"},{"id":738448,"mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_to":null,"assigned_on":"2026-02-21T13:37:08.000Z","created_at":"2026-02-21T13:37:08.000Z"},{"id":738453,"mst_action_status":"Pending For Repair","assigned_by":"John Cena","assigned_to":"Mark zuk","assigned_on":"2026-02-21T13:37:18.000Z","created_at":"2026-02-21T13:37:18.000Z"},{"id":738454,"mst_action_status":"Pending For QC","assigned_by":"Mark zuk","assigned_to":null,"assigned_on":"2026-02-21T13:37:21.000Z","created_at":"2026-02-21T13:37:21.000Z"},{"id":738455,"mst_action_status":"Pending for Delivery","assigned_by":"qc qc","assigned_to":null,"assigned_on":"2026-02-21T13:37:23.000Z","created_at":"2026-02-21T13:37:23.000Z"},{"id":738456,"mst_action_status":"Delivered to customer","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-21T13:37:25.000Z","created_at":"2026-02-21T13:37:25.000Z"},{"id":738457,"mst_action_status":"Job Closed Successfully","assigned_by":"fd fd","assigned_to":null,"assigned_on":"2026-02-21T13:37:25.000Z","created_at":"2026-02-21T13:37:25.000Z"}],"problems":[{"id":184985,"problem":"Sync issue","remark":"Aplications are outof sync","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-02-21T13:37:08.000Z"},{"id":184988,"problem":"Poor battery life","remark":"Replaced the battery","added_by":"Mark zuk","role_name":"Engineer","created_at":"2026-02-21T13:37:21.000Z"}],"quatations":[]}}